Nick Pratt
- Total activity 674
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 243
-
Created Adding IntelliJ annotations locks up 8660
I just tried (three times) adding IDEA_HOME/Redist/annotations.jar to my project (as a project library), and IDEA 8660 locks up while parsing the JAR.Is this a known problem? -
-
Created 8637: "refresh" VCS status?
My install of 8637 seems to have lost its SVN status - it only thinks 4 files have been modified, yet I've changed well over 50 files. Is there a way to force IDEA to refresh its VCS status (by del... -
Created Structural Search and Replace for method
Im trying to write a SSR for an entire method - ideally we would have liked to have deleted the method from the interface, and have this cascade down, but this doesnt seem to work (should it?)Anywa... -
Created Intention Action to replace deprecated method call?
Is there a way (intention action / refactoring / plugin ) to have IDEA automatically replace all usages of a deprecated method call with a user supplied one? -
Created Ability to rerun last test / application / whatever was run
It would be really helpful if you could re-run (or re-debug) the last executed test/application with a single shortcut.Right now (and someone please correct me if I'm wrong), you can only re-run th... -
Created 8526 - Make failure prevents unit test execution
What are your views on allowing a junit test to run when the "make" fails for some unrelated reason (a 1.6 compiler error for example)Currently, when I execute a unit test, I have "make before run"... -
-
Created "Oops" error in console
There's something funky going with the latest EAP and trying to run/debug unit tests (it may not be specific to unit tests - Applications might be affected as well).Sometimes it works fine, other t... -
Created Working with branches
Are there any features in IDEA that make working with SVN branches easy?If not, how are you all dealing with the problem of working on a project with multiple release branches?Does anyone have a be...