Hi,
The following problem seems to be reproducable (on my computer):
package test;
public class Test
{
public static void main(String[] args)
{
if (true)
int a = 1;
int b = 2;
}
}
Select the two lines below the if statement and try ctrl-alt-t to surround
it with braces. Nothing happens.
Frank
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list