Jason Winnebeck
![Avatar](https://secure.gravatar.com/avatar/6f1f9dc8ae3e8cbd7e935368a61f9c5a?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- 活动总数 47
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
-
Jason Winnebeck 创建了一个帖子, 已回答Loading Database Drivers List forever
I 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... -
-
Jason Winnebeck 创建了一个帖子, 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... -
Jason Winnebeck 创建了一个帖子, 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... -
Jason Winnebeck 创建了一个帖子, 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... -
Jason Winnebeck 创建了一个帖子, 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 ... -
Jason Winnebeck 创建了一个帖子, 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... -
-