Richard Osbaldeston
- 活动总数 571
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 167
-
创建于 IDEA 6.0 and 7.0 cosmetic changes to iml, ipr files
Just another thing thats annoying me with 7.0. When you reopen a project with IDEA 6.0 (or switch to 7.0 from 6.0) the all the .iml, .ipr files in the project change - seems to be quite a trivial o... -
创建于 Missing packages in scopes
Still wrestling with IDEA 7.0 (7.0.1) this morning. Tried creating a Scope for the UI code in our multi module project. But when I create a new scope the package listing is incomplete. I'm missing ... -
创建于 Problems migrating projects to IDEA 7.0
My company has just upgraded to IDEA 7.0, partly on my advice. But I've found that IDEA 7.0 is failing to compile several of our existing IDEA 6.0 projects. So to save myself some embarrassment I'm... -
创建于 Module export of test packages cause compilation failure
Not having much luck finding the issue in JIRA. Basically #7274 is refusing to compile my 6.0.5 project that compiles without a problem. It's failing to find a package on compilation but the error ... -
创建于 Supress hard-coded strings warning
I'm just doing an I18N pass on my code and I've turned the "hard coded strings" inspection on.. I'm just wondering what happened to the intention that used to give me the option to ignore the warni... -
创建于 IntelliSense warnings with enum static methods?
Just a quick sanity check I'm getting warnings from IntelliJ when calling static methods on a enum. Calling MyEnum.valueOf("kumquat") gives rise to a warning like:static member 'null.package.MyEnu... -
创建于 Support for custom ant tasks (taskdef)
Having problems getting custom ant task recognised by IDEA. This seems to be a long standing issue http://www.intellij.net/tracker/idea/viewSCR?publicId=9725 but I've also read in the forums there ... -
创建于 Re: why don't you use JDOM Beta 9???
Apologies for resurrecting an old thread, but JDOM beta 9 has been available for quite a while now and fixes the memory leak StringBuffer issue that was introduced with j2se 1.4.1 - I tried updatin... -
创建于 How to get a plugins root directory?
Hi Guys, Another query about my Spell Checker progress / API usage.. I need to be able to offer users the option to select a dictionary file and be able to let them add new dict files for use later... -
创建于 How to safely replace text in the editor? replaceString or CommandProcessor?
Hi Guys,Apologies for being the newbie on the block, I've just started wrestling with the OpenAPI for my spell check plugin; my first attempt used: document.replaceString(offset + start, offset + e...