stata+jedit

Below is a description of the commands in the Macros/Stata submenu.

Macro NameDescription
do allself explanatory
do partbased on the current location of the cursor, do code from the previous break (ie, *---) to the next one. If there is no previous or next break, code executes from the beginning or to the end of the file, respectively.
do selectiondo the line that the cursor is on, or all lines that are at least partially selected.
set mode + formatthis will switch the editor into "Stata mode", and re-do the indentation.
~ cycle do-typeThis is the macro called by the toolbar button described below; it's not intended to be invoked from the menus.
~ setup-resetThis macro needs to be invoked once after installation. Doing it again will reset the syntax highlighting and many other appearance settings and shortcut keys.

Below is a desciption of the toolbar "mode" button. Clicking the button cycles through the four modes. Not the greatest system, I know...

IconModeDescription
do buttondoExecute code with do command
trace buttontraceExecute code with set trace on
push buttonpushBesides executing in do mode, add code to the review pane.
run buttonrunExecute code with run command

Other Bits