entering switch/case statements with the standard code formatting options
seems a little odd.
if you enter "switch (value) {", and press enter, the next line indents as
expected.
however if you then enter "case 1: blah; break;" and press enter, the
following line is indented twice. (Formatting is ok for every subsequent
case statement.)
ie. you get:
switch (value) {
case 1: blah; break;
case 2: blah; break;
case 3: blah; break;
}
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs