Hello,
for this option I would like to have a distinction between top-level
("normal") class and inner/anonymous class.
Where it makes sense to add an empty line after a top-level-class:
public abstract class QWizardDialogPane extends QAbstractDialogPane {
protected abstract void next();
...
}
it makes not (so much) sense for anonymous classes:
SwingUtilities.invokeLater(new Runnable() {
public void run() {
// do something
}
});
Tom
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list