Thomas Hartwig
- 活动总数 86
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 33
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 uidesigner + actions
I'm asking for the possibility to assign/edit actions in the uidesigner. Is there some planning already or is there a reason this is not wanted.When I did miss some discussion or documentation to t... -
创建于 ant custom tags
I don't know if this is really idea related, but I have nasty errors showing, when I insert custom ant tasks in a build.xml in the editor. Is there a way to make idea ignore these tasks and its tag... -
创建于 Slow file parsing in the editor for large files
I develop a realy huge application in just 1 Java file with about 8000 lines. (Flame me if you want, this is for historical reasons ;) The whole project is already split in a lot of other Java file... -
创建于 Automaticly build stamp
Anyone knows a plugin, possibility, suggestion how to insert a build stamp automaticly into a java field at every compiler run. Perhaps with support of a time oriented string. Even if only one file...