Hi,

build 516, sun jdk 1.3.1, win2k

When using // style method comments the indentation of the 1st line is 
wrong.

instead of :

// method comment
public void someMethod() {
   body of method
}

I actually get

// method comment
        public void someMethod() {
   body of method
}


The first line always seems to be indented from the // comment start point


H




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

Reply via email to