Thomas Hartwig
- Total activity 86
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 33
-
Created Community edition project file
Can anybody provide/share a project file for the community editon of IDEA? I did checkout from git and it is hard to setup all the modules. I am wondering my question is probably worth a faq entry... -
Created Mixing IDEA community edition with ultimate one
I want to patch IDEA. So my question is if I can mix the community edition with my ultimate edition.ThanksThomas -
Created Editor layout problem
In prior IDEA editions I had a special layout for the editor windows. Unfortunately I can not achieve this any more in 9.x. So I am asking if I am missing something. What I want to have is a specif... -
Created Strange compiler error and unknown file icon
I have reopened an old project and now for some reason it does not compile any more.There is a special class which has a strange icon: class file with a black cross. (see the screen shot attached).... -
Created Tip: Avoid frozen X when debugging an UI
Today I came across this bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6714678 with JDK 1.6.12In short descripton: when you stop at a breakpoint while a popup of your app is opened, then ... -
Created Global and project settings divorced
Is this only my opinion: I think it is not so nice to have the project settings devided into two spaces. Prior 8.x settings were found in one dialog, which was so nice to have. Now you have one ico... -
Created set link in open document
Is there a way to set a OpenFileHyperlinkInfo in an editor document? I have only found highlighting in the API for Document, but no linking.I would like to implement a plugin which helps to analyze... -
Created Compatibility
Is there any information about compatibility of the UI forms to prior versions of Idea available? Idea 4.5 can not load a form file of the latest 6.0RC. Ok - this might be obvious, but is there a g... -
Created uidesigner future
Hello Idea Team,what are your plans regarding the GUI Designer. I have some wishes which I would like to post to jira, but I wanted to ask first if there are already some new plans in the road for ... -
Created How to use NoNls
I have seen the announced feature of using the annotation NoNls to supress hard coded string warnings for special methods, parameters and fields. But I'm lost how to use it, I have tried several th...