Lately the tab key is not behaving as it used to.

if I have this code: ( | is the caret)

class aClass {
    void foo () {
        if (true) {
            doSomething();
|
        }
    }
}

pressing tab once moves the caret here:
        if (true) {
            doSomething();
        |
        }

and pressing it again takes the caret here:
        if (true) {
            doSomething();
                |
        }

It seems to be doing two tabs instead of one. I cannot tab to the
doSomething() column. Shift-tab works correctly though.

I tried changing the Use tabs, tab size, indent size, etc. to no avail.

-Juan


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to