Richard Osbaldeston
- Total activity 571
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 167
-
Created 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... -
Created 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 ... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...