Jason Winnebeck
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Loading Database Drivers List forever
AnsweredI am having a serious issue with the EAP in 2016.3 that causes IDE instability, the IDE sometimes gets into a state where it launches an ever-growing number of "loading database driver" tasks. When... -
Created gragent Groovy Hotswap
Since upgrading to IDEA 14 EAP, I've tried to use DCEVM with Groovy. I've noticed that I can't make any changes that change the methods or number of closures in the file without it breaking, it giv... -
Created JavaScript autocomplete excessively agressive
I'm working with JavaScript in IDEA ultimate 13.0.2 and it's aggressive in completing where it shouldn't.Here is my specific problem. I want to type the following code:var x = { prop: "123"}What h... -
Created Groovy enter-in-string literal
I am a fan of the feature in IDEA that changes:System.out.println( "Hello, World!" );toSystem.out.println( "Hello, " + "World!" );when you type enter in a middle of a string lit... -
Created Lightweight Groovy IDE mode for script editing?
When groovy is installed on a machine you can launch groovy scripts through double click on Windows or even like shell scripts on UNIX. Since my department is very Java-centric we've been starting ... -
Created Refactor: Give parameter default and delegate
I noticed that you can add a parameter with "change signature" with a default value. For example we can go from "void method()" to "void method( int param1 )" and keep the old signature as a delega... -
Created IDEA Debugging stack frame unavailable
When debugging under IDEA Selena #7016 I get a lot of variables that cannot be evaluated -- it just says "stack frame unavailable." Is there a setting I should be using to allow the debugger to see... -
Created SourceSafe Integration all yellow in 7002
Since upgrading to 7002, I have a project that there is something wrong with. All of my modified files are yellow. I haven't figured out what yellow means (I know green, red, blue). The problem is ... -
Created Javadoc reformatting
I used to use the feature almost daily in IDEA 4.5 where I would reformat javadoc blocks so that they are re-wordwrapped and re-aligned and re-spaced for the javadoc block only, but it doesn't work... -
Created Web Module warnings: JSP that points to Servlet
I'm just getting started with J2EE support in IDEA/Irdia. It looks like IDEA is able to do some basic link checking in JSPs in this version?The problem is that I've created a simple Hello servlet ...