Macro Editor Dialog
- Last UpdatedDec 19, 2025
- 2 minute read
Open the macro editor
-
You can either:
-
Select the menu item TOOLS \ MACRO EDITOR...
-
Select the
icon in the Standard toolbar.

-
The macro editor allows the User to collect together Surface/Compartment commands to perform repetitive or customized operations. Refer to the Surface/Compartment's Command Reference and the command language described in Command Interface in Initial Design Utilities.
The editor has the following functions:
FILE menu
|
NEW |
|
|
Discard the current macro and start a new one. |
|
|
OPEN |
|
|
Open and load an existing macro. |
|
|
SAVE |
|
|
Save the current macro. |
|
|
SAVE AS |
|
|
Save the current macro with a new name. |
|
|
EXIT |
|
|
Exit the macro editor. |
|
EDIT menu
|
CUT |
|
|
Cuts the selection and puts it on the clipboard. |
|
|
COPY |
|
|
Copies the selection and puts it on the clipboard. |
|
|
PASTE |
|
|
Inserts clipboard contents. |
|
|
CLEAR |
|
|
Erases the selection. |
|
|
SELECT ALL |
|
|
Selects the entire macro. |
|
|
FIND... |
|
|
Finds the specified text. |
|
|
FIND NEXT |
|
|
Repeats the last find. |
|
|
REPLACE... |
|
|
Replaces specific text with different text. |
|
Record
If checked, then operations performed interactively by the User are recorded to the macro editor.
Include IDs
If checked, then operations recorded by the macro editor which involve interactive picking; will have the IDs (identifiers) of the selected elements appended to the command.
Execute
Executes the commands in the macro editor.
Arguments
Enter any macro arguments before clicking the Execute button.