Keith Lea

- Total activity 859
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 335
-
Created Open Project in New Frame dialog
I think that the Yes/No/Cancel buttons are pretty confusing. I don't know why they are more confusing than other Yes/No/Cancel dialogs, but for me, they always have been.I found a request to change... -
Created Help fixing Generate toString plugin for 957
I'm trying to modify the Generate toString plugin to work with build 957. When I hit alt-insert with it loaded, I get an exception around the lines: VirtualFile vFile = FileEditorManager.get... -
Created Fonts & colors question, code folding question
I'm new to IDEA plugin development and I'm writing a plugin that would benefit from knowing what color a given character in an editor is. I can't seem to find a way to do this - is there one, eithe... -
Created I love the new pressing-return-in-a-line-comment behavior
It's going to be hard to get out of my Enter, Home, Slash, Slash, Spacebar habit though.IDEA guys: are you ever going to implement automatic word wrapping, more along the lines of traditional text ... -
Created Which generics proposal will be supported for IDEA 4.0
I was wondering what level of generics will be supported in the final release of IDEA 4.0. The current proposed generics syntax (involving Collection<? extends Element> and things like that) is not... -
Created Javadoc @link bugs
The IDEA tracker has two bugs related to multiline @link tags:http://www.intellij.net/tracker/idea/viewSCR?publicId=4800http://www.intellij.net/tracker/idea/viewSCR?publicId=9802One is marked fixed... -
Created Why are the forums so dead on the weekends?
Does everyone just use IDEA at work or something? -
Created Condition always false?
Throwable throwable = null;try { connThread.start();} catch (Throwable t) { throwable = t;} finally { if (throwable != null) { setState(STATE_FAILED, throwable); }}IDEA underline... -
Created EAP license key
Hey, could you guys post a new EAP key sometime soon? ;) The last one expired today, and I think many testers (like me) don't have an actual (purchased) key.Thanks! -
Created Does IntelliJ developers at JavaOne mean no EAP for a week?
I really want working generics and GUI builder :(