| Icon | Action | Action Description |
|---|---|---|
| Working Directory | A dialog is presented to select a current working directory. Pedal periodically scans the working directory for macro files. If a macro file (file with a .mac extension) is found, and the macro is referenced in a second macro file, the text editor will create a hyperlink to the found macro. | |
| New Macro | Create a new macro file for editing. | |
| File Open | A dialog is presented to open an existing macro file for editing. | |
| File Save | Any changes made to the current macro file are committed to disk. | |
| Undo | Undo the last edit action. | |
| Redo | Redo the last edit action. | |
| Zoom In | Zoom in the text editor view. Effectively this increases the display font size across all text elements uniformly. | |
| Zoom Out | Zoom out the text editor view. Effectively this decreases the display font size across all text elements uniformly. | |
| Zoom Original | Restores the zoom level to base value. Effectively this restores the display font size to the individual text element values. | |
| Expand All Folded Sections | If code folding is enabled, this action will expand all currently folded sections. Currently expanded sections are not affected. This command is useful for editing input files generated by ANSYS Workbench. | |
| Contract All Folded Sections | If code folding is enabled, this action will contract all fold sections. Currently folded sections are not affected. This command is useful for editing input files generated by ANSYS Workbench. |