Peter Niederwieser

- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 44
-
Peter Niederwieser created a post, GDSL: how to dynamically provide return type for a method invocation
Let's say we have this class:class Factory { Object create(String fullyQualifiedClassName) { /* return an instance of fullyQualifiedClassName */ }}Is it possible to write a GDSL that provides th... -
Peter Niederwieser created a post, Fine-grained control over excluded folders
I have a Gradle build that generates some sources. They go into "build/generated-sources" with "build" being the general output directory of the Gradle build. Now the problem is that although "bui... -
Peter Niederwieser created a post, Where are project settings stored other than in .ipr?
Quite many project settings (for example Groovy compiler settings and most version control settings) don't seem to be stored in the .ipr file but somewhere else. Where are they stored then? Mac OS ... -
Peter Niederwieser created a post, IDEA 9.0.2 suddenly stopped working, can't start it anymore
Last night I quit IDEA 9.0.2 without problems. Today I cannot start it anymore. Startup fails instantly without an error message. Error log shows nothing. I can start IDEA from the command line, bu... -
Peter Niederwieser created a post, How can I diff two arbitrary files in my project?
I know how to diff two revisions of the same file, but how do I diff two arbitrary files in my project (which might or might not be under source control)? -
Peter Niederwieser created a post, Why is SVN cherry picking disabled for most changesets?
I've tried to cherry-pick some changes with Repository -> context menu for a changeset -> Subversion -> Integrate To Branch. However, for most changesets (but not all!) the commands in the Subversi... -
Peter Niederwieser created a post, How can I copy editor error messages to clipboard?
Sometimes I'd like to copy the editor error messages to the clipboard (e.g. when reporting a bug). Is this possible, and if so how? -
Peter Niederwieser created a post, How does renaming files work?!
One aspect of IDEA that I constantly struggle with is that some of its operations are "logical" (i.e. work on classes and packages), and others are "physical" (i.e. work on files and directories). ... -
Peter Niederwieser created a post, How does IDEA determine if src/main/groovy is a source folder?
Created a new IDEA project for a maintenance branch of our Maven-based project. However, src/main/groovy is not recognized as a source folder. (G)Maven build works fine. What could go wrong here? I... -
Peter Niederwieser created a post, Why does "Update Project" list every IDEA module as a separate "affected root"?
Maven-based project, 60 modules. Update Project->Affected Roots shows 60 roots, one for each module. This causes two problems for us:1. SVN update is painfully slow (takes about 60 times as long as...