Well, hopefully the question is self-explanatory.
It's so easy to select a block of code and tab out, but how about the reverse?
Currently, I just search & replace for whitespace at the beginning of the line. Anything faster?
Shift-tab outdents again :)
Here's where the standard shortcut keys are covered:
http://wiki.eclipse.org/User_Interface_Guidelines#Standard_Accelerators
You'll find many of the more esoteric ones here:
http://wiki.eclipse.org/FAQ_What_editor_keyboard_shortcuts_are_available%3F
This workaround works most of the time. It uses eclipse's 'smart insert' features instead:
Hope this helps until Shift+TAB is implemented in Eclipse.
Shift-tab doesn't seem to work on multi-lines in Aptana. It also doesn't work on single lines with a single preceding space. Any workarounds? I use shift-tab (outdent) to fix badly formatted code all the time.
I miss NetBeans ...
UPDATE: it works on multi-newlines, if the multi-lines have the same level of indentation. It should just continue outdenting the other lines that haven't reached the beginning of the new line yet. Is there an option to change this I wonder?
Don't know if anyone is still looking here, but you can do this by going to Window menu > Preferences, then open the General list, choose keys. Scroll down the list of keys until you see "Shift Left". Click that. Below that you'll see some boxes, one of which lets you bind a key. It won't accept Shift-Tab, so I bound it to Shift-`. Apply-and-close and you're all set.