Stephen Friedrich
- 活动总数 1583
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 646
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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, ... -
创建于 "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... -
创建于 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... -
创建于 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... -
创建于 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 -... -
创建于 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...