Strategy One
Mainstream support for legacy tools such as Developer, Command Manager, and Object Manager is set to end December 2026. Strategy suggests that you upgrade to Workstation to maintain continuity and utilize modern capabilities. For more information on functional parity between these tools and Workstation, see the Workstation vs Legacy Tools Feature Parity dashboard.
Indenting or unindenting a selection
Command Manager supports bulk indenting or unindenting of lines in a script. This can be useful to indicate that certain groups of lines logically belong together. For example, when using Java syntax in a procedure, you may want to indent lines of code that are part of loops or other logical blocks.
To change the indentation of a selection of a script
- Select the script's tab in its Script window.
- Select the portion of the script that you wish to indent. (If you wish to indent the entire script, you do not need to select.)
- From the Edit menu, select Indent or Decrease Indent. The selected text becomes more or less indented.
