It'd be nice if this had support for text already on the line - EG

if (true) break

if (true) {<enter> break;

if (true) {
        break;
}

instead of

if (true) {

}break;

- Ian


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

Reply via email to