zend-studio
Is there a keyboard shortcut to “untab” (move a block of code to the left) in Eclipse or Aptana Studio?
In Visual Studio and most other half decent IDEs you can simply do SHIFT+TAB. It does the opposite of just TAB. I would think and hope that the IDEs you mention support this as well.
Starting Eclipse w/ Specific Workspace
From http://help.eclipse.org/help21/topic/org.eclipse.platform.doc.user/tasks/running_eclipse.htm: Use the following command-line argument: -data your_workspace_location For example, -data c:\users\robert\myworkspace you can also use UNIX-style relative path names such as -data ../workspace even under Windows, in case something doesnt like colons or backslashes in parameters, like Jumplist Launcher
Keyboard shortcut to “untab” (move a block of code to the left) in eclipse / aptana?
In Visual Studio and most other half decent IDEs you can simply do SHIFT+TAB. It does the opposite of just TAB. I would think and hope that the IDEs you mention support this as well.