stata+jedit

Below is a description of non-Stata-specific macros included in the installation, in the Macros/Editing submenu.

Macro NameDescription
(un)comment linesCreates or removes line comments (Stata, *)
(un)comment rangeCreates or removes range comments (Stata, /* */)
copy linesCopies all lines that are partially selected
delete linesDeletes all lines that are partially selected
insert lineInserts a properly indented line before the current line
join to previous lineRemoves the preceding line break
paste beforePastes text from the clipboard before the current line
replace linesReplaces any partially selected lines with text from the clipboard
select linesCompletely selects all lines that are partially selected (used by the other macros)
toggle monospaceToggles font between Trebuchet and Lucida Console (!?)
toggle wrapToggles the Word wrap setting in the Global Options/Editing pane between soft and none