There are times when I'd like to indent my switches as so:
switch ( var )
{
case 0:
{
...
break;
}
case 1:
{
...
break;
}
}
but when I hit enter after the case line I'm already tabbed out to the
column
I'd normally put unblocked statements.
Maybe if the next input is a '{' it could be moved back a tab stop.
Glenn McGregor
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list
