I use 'next-line-shifted' indent style and tab size = 4.
Please note, this is not a new bug - I just finally gave up trying to
determine the pattern - and decided to send an example.

While creating the following class, the indent did not work correcly 
when I entered the constructor (the first thing I did).  Then I created 
the init() method - the indent worked correctly.  Then I moved up 
and added init2()...the indent again did not work correctly...as 
illustrated by the '|'.

public class MyClass()
    {
    public MyClass()
        {
        }

    private void init2()
    |

    private void init()
        {
        }
    }

Chris

*********************************
Chris Merrill
[EMAIL PROTECTED]
*********************************

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

Reply via email to