The Tools | Layout Code | Reformat Code command doesn't honor the Code Style | Blank
Lines | Keep Blank Lines | In Declarations = 0 preference. Of the five expanses of
blank lines in the test case below, IntelliJ removes only the first and last. #616 /Jim
TEST CASE "before"
public class Test
{
// Comment 1
int foo;
// Comment 2
int bar;
}
TEST CASE "after"
public class Test
{
// Comment 1
int foo;
// Comment 2
int bar;
}
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list