when changing conditions without curly braces, the inserted } is not 
in the optimal position.

if ( foo == null ) |foo = new Foo();

press {<enter>:

if ( foo == null ) {
   |
}foo = new Foo();

IMHO it should be

if ( foo == null ) {
   |foo = new Foo();
}

Maybe it could be checked, if the next character after the cursor is non-space.


admire your work,
  Nils Decker

-- 
Nils Decker <[EMAIL PROTECTED]>
fingerprint = 2F00 193C 2DC7 EF56 2B57  F8A3 0512 03F5 EF17 4DD2

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to