I know I flood this list with requests...Idea is just too good...and the
developers are so active...I'm in heaven.

Can we get an option to put implements and extends strings on the line after
the class declaration:

e.g.  instead of:

class A extends B implements C
{

}

Give us the option to do either:

class A
        extends B implements C

or:

class A
        extends B
        implements C

Thanks,

-- Rick


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to