I was not able to reproduce the behaviour below. Would you please provide me your settings: whether or not "use tab character" allowed? What is indent value, continuation indent, tab size etc.
-- Best regards, Maxim Shafirov JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" "Juan Casares" <[EMAIL PROTECTED]> wrote in message ae8gbb$tkt$[EMAIL PROTECTED]">news:ae8gbb$tkt$[EMAIL PROTECTED]... > 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
