It would be nice to also have control over the spacing around a unary '!'. 
So that the code after a code layout would look like -

if( ! (blah instance of balah))
    ....

instead of

if(!(blah instanceof balah))
    ....

Also, how about automatically putting the focus inside the code window when 
one debugs, that way using the mapping for Visual Studio and F10 (step over) 
doesn't pop up the file menu. Try it it's annoying.

How about a surround with 'try / catch(Exception e)', that instead of 
catching individual exceptions wraps it all up inside a catch(Exception e).

Some people like to prepend 'this.' or 'm_' to identify member variables, 
how about a code layout option to do this.

Tom.



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to