Stephen Friedrich
- Total activity 1583
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 646
-
Created Please Update the EAP thread "Irida EAP builds announcements"
I was surprised when I found out about build 3084, because I expected an email notification... -
Created Duplicated JDK classes
The new auto import feature is a long wanted favourite of mine.However currently it is of limited use, because Idea finds every class of the JDK twice.So if I type "JFrame" there still is an import... -
Created Tabifier: Problems & Suggestions
First of all thanks for this great plugin. It's single most important shortcoming is that is isn't part of Idea itself.Hey JetBrainers: Any negotiations with Dave started? This should really be par... -
Created Idea wrecks my resource files!
When Idea copies my *.properties (and other text files) after compilation it changes the encoding from UTF-8 to the system default (more exactly the the default encoding specified in the IDE settin... -
Created Different editor font for different file types?
Is that possible? I am dearly missing it:Some resource files (e.g. *.properties) use unicode encoding, so I need a unicode font for those.Yet I haven't found an acceptable monospaced unicode font, ... -
Created "Deploy after compilation" - new feature?
I just noticed a new check box in the project's compiler settings: "Deploy after compilation"Is there a new feature creeping in shortly before release?Currently it does not seem to do anything.What... -
Created Can I cancel/undo a refactoring in a listener?
The openapi really is cool. I wrote a little plugin that updates properties files whenever some elements are moved/renamed. Big time saver.Yet, when anything wents wrong doing this, I'd like to can... -
Created RefactoringElementListener: How to get old name/package?
There sure must be a way for a refactor listener to access the old name of a renamed member?I'd like to also move some associated company-specific resource data whenever some certain members are mo... -
Created Hooray! "Compile File (Ctrl-Shift-F9)" now compiles dependent files also
When did that change?I didn't notice it in the change log or tracker.Previously it used to stupidly compile exactly the one file it was invoked on even if other files needed by it were dirty also -... -
Created Major Modules problem
I have encountered some serious problem while using refactoring to clean up dependencies between modules:I moved a class F from package f in module "foo" to package p in module "bar". "foo" depends...