medit/moo/mooedit/menu.xml

19 lines
449 B
XML

<tools>
<tool id="ShellCommand" name="_Shell Command" os="unix">
<command type="moo-script" options="need-doc">
<code>cmd = HistoryEntry("", "ShellCommand");
if cmd then
Insert(Exec(cmd), "\n");
fi;
</code>
</command>
</tool>
<tool id="SortLines" name="Sort">
<command type="exe" options="need-doc">
<cmd-line>sort</cmd-line>
<input>lines</input>
<output>insert</output>
</command>
</tool>
</tools>