Nick Pratt
- Total activity 674
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 243
-
Created SQL in 8940 broken
The SQL/DB functionality for an HSQLDB is completely hosed in 8940. Several exceptions popped up which I already submitted, but this has forced me back to using 8890 -
Created Wrong debugger stepping behavior
In both builds 8823 and 8858 we have been experiencing weird debugger behavior while stepping through code. For example, we had code similar to the following:if( !someList.contains(x) ){return fal... -
Created Type Renderers and Tool Tip Evaluation
Can Type Renderers be specified for Tool Tip evaluation (using the tool tip debugging feature)? -
Created 8823 - Debugger Problems
Has anyone else experienced any problems with stepping through code in the debugger?We had a case this morning where code was effectively not being executed when stepped through in the debugger (ev... -
Created Structural Search on interfaces
How do I find all instances of 'new XYX' where XYX implements some interface 'ABC' ?Ive been playing with SSR dialog options for about 30 mins, and my search just isnt finding anything.I tried: new... -
Created 8823 - Unit test execution speed
Wow. 8823 is so much quicker at running/executing unit tests - I hadn't realized there was such a delay until I just started using 8823. Awesome job. Its lighting quick. -
Created 8733: SVN Merging / integrate project
When running a merge on a branch into a trunk working copy using the Version Control-->Integrate Project, IDEA sits there doing nothing for quite a while (a couple of minutes) before any activity a... -
Created Ctrl-Alt-V altered in 8733?
A couple of builds back (maybe 8660 or 8664), hitting ctrl-alt-v on a method call (without selecting text, just having the cursor parked over a bit of code) offered several options for extracting l... -
Created Structural Search help
I would really appreciate some assistance here with the settings for the structural search setup:I'm trying to use structural search to search for the following construct:Inside of any class that i... -
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?