I'd appreciate a tweak to LayoutCode which also handles inconsistent
ordering of accessibility/modifier tokens

I'd like to be able to create the appropriate settings to have Layout
Code translate

    static public final int X = 2;
    final public static int Y = 3;

to

    public static final int X = 2;
    public static final int Y = 3;


--
Shane



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

Reply via email to