On 22 May 2008, at 13:32, Baluta Cristian wrote:
i'm selecting from line 2 to 7 and press the shortcut. I'm using ActionScript but i get this with php too. but more important, this behavior is only for lines of code inside a function, wich are already delayed with some tabs
I tried to reproduce it. The only bug I found is the following:
If your indention is done by using a physical TAB (no soft tab), then you switch to soft tab, and press APPLE+/, this leads to a problem that all lines after the first one "will be intended" by two spaces caused by the issue that the first line starts with /* If I redo it several times the indention won't be increased.
Are you mixing no soft tabs and soft tabs settings within one file?
--Hans