I am using Aptana Studio for Mac and would like to know how I can select a block of code and remove the indentation/whitespace. I know you can select a block of code and hit the tab button to indent it, but I need to do the reverse of that if it makes sense.
Example: This:
if() {
if(){
}
}
Becomes This:
if() {
if(){
}
}
The answer is posted in the comments thanks to @pallandt
Shift + Tab