AutoCode
Commands in the AutoCode category.
AutoCode
Creates a custom AutoCode Command in "My Documents\AutoCode" folder. By default, the command will emit the selected text.
Usage: (Select Text)
<name> <shortcut> ax
AutoCodeLocal
Creates a custom AutoCode Command in current Solution. By default, the command will emit the selected text.
Usage: (Select Text)
<name> <shortcut> axl
AutoCodeLocalProject
Creates a custom AutoCode command and add it to current Project.
Usage: (Select Text)
<name> <shortcut> axlp
AutoCodeTemplate
Create a code Template based in selected text. The command will be created on "My Documents\AutoCode" folder.
Usage: (Select Text)
<name> <shortcut> axt
Help
Display help information about a specific command.
Usage: <shortcut> help
OpenCommand
Open the file or files of the command with the specified shortcut.
Usage: <shortcut> open
RefreshCatalog
Refresh command catalog reloading all command files.
Usage: ref