
Below is a description of non-Stata-specific macros included in the installation, in the Macros/Editing submenu.
| Macro Name | Description |
|---|---|
| (un)comment lines | Creates or removes line comments (Stata, *) |
| (un)comment range | Creates or removes range comments (Stata, /* */) |
| copy lines | Copies all lines that are partially selected |
| delete lines | Deletes all lines that are partially selected |
| insert line | Inserts a properly indented line before the current line |
| join to previous line | Removes the preceding line break |
| paste before | Pastes text from the clipboard before the current line |
| replace lines | Replaces any partially selected lines with text from the clipboard |
| select lines | Completely selects all lines that are partially selected (used by the other macros) |
| toggle monospace | Toggles font between Trebuchet and Lucida Console (!?) |
| toggle wrap | Toggles the Word wrap setting in the Global Options/Editing pane between soft and none |