Table of Contents
As mentioned previously, the Commando feature creates graphical front-ends to command-line tools from XML files.
Commando XML files are stored in two locations:
A few are stored in the Console.jar itself.
User-specific commando files are loaded from the console/commando subdirectory of the jEdit settings directory.
You can find out the location of the settings directory by entering the following command in the system shell of the console window:
%echo ${JEDIT_SETTINGS}
Plugins>Console>Rescan Commando Directory should be called after files are added or removed in the user-specific commando directory.
Plugins>Console>Browse Commando Directory opens the user-specific commando directory in jEdit's file system browser.
Plugins>Console>Commando displays the commando window. A menu item for each known commando file is also shown in the Plugins>Console menu; invoking one of these menu items opens the commando window with that commando file pre-selected.