Travis Reeder

- 活动总数 163
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 70
-
Travis Reeder 创建了一个帖子, Would be nice to have "Run with GroovyScriptEngine"
So you can see how it will work in the script engine. -
Travis Reeder 创建了一个帖子, Love the little color squares in the gutter when editing css files
Little feature I know, but so nice seeing the colors side by side while editing. -
Travis Reeder 创建了一个帖子, -
-
Travis Reeder 创建了一个帖子, Extract method should make holder class if multiple return types
Instead of just failing and not allowing the refactor, it should offer to make a holder class that will encapsulate all the objects that might be returned. -
Travis Reeder 创建了一个帖子, Simple way to make the GWT Studio Plugin one million times better
If you made it not run the javascript compiler until you want to do a final build or want to run it outside of hosted mode, then this plugin would be one million times better (maybe more). -
Travis Reeder 创建了一个帖子, Feature Request: Extract Method with multiple output values...
Extract Method with multiple return objects currently just gives you an error dialog and tells you that there are multiple output values and which ones they are. A great feature would be to offer t... -
Travis Reeder 创建了一个帖子, Feature Suggestion: Commenting out start and end of a code block
I use ctrl-slash and ctrl-shift-slash commands all the time, but I often find myself searching for the closing bracket of the line I just commented out. For example, lets say I have this code block... -
Travis Reeder 创建了一个帖子, Cache corruption
With 7.0.X, something goes majorly wrong every week or two where things go majorly wrong and I have to clean out the .IntellijIdea70/system directory. Usually when I have two projects open and one ... -
Travis Reeder 创建了一个帖子, Ensuring reformat code in jsp page does not create whitespace
This has been a problem for a long time in Idea, when you reformat jsp pages, it will create whitespace by moving around the start and end code blocks. For instance, if you have:<%@ page import=" j...