Displays a preview of the Macro in AutoHotkey Script format.
You can copy the code from this window to use on your AutoHotkey Scripts without the need to export.
Unchecked rows will be removed from preview script or commented out, if this option is checked.
Copies the entire currently displaying content of Preview Window to Clipboard.
Updates the content of Preview Window to the active Macro.
Automatically refreshes the code whenever the active Macro is changed (except during recording or key capture).
Selects the portion of the code corresponding to the selected row(s) in the list.
Automatically selects the portion of the code corresponding to the selected row(s) in the list.
Uses Tab-Indentation for Loops and If Statements.
Converts line break symbols (`n) in command parameters to real line breaks.
Keeps unchecked rows in the macro as commented out script, instead of not exporting them.
Adds group names as single-line comments in the preview/exported script.
Automatically add a line break to long lines.
Selects the size of the font.
Keeps this window on top. This may be used to watch code creation during Recording.
Exports the current preview to a script in the Temp folder and opens it in the default editor.
Note: This feature is only meant as a quick export function. PMC is not designed to be an AHK script editor.
Docks/undocks the Preview window to/from the Main window.