Declaration: Menu
Purpose: This declaration places your plugin menu under a specific Hackman menu.
Syntax: Menu = [option]
Example: Menu=edit
Where [option] may contain one of the following values:
- open (file|open)
- edit (edit)
- insert (edit|insert)
- write (write)
- write_special (write|special menu)
- run (execute)
- config (configure)
- disk (disk) NEW!
- tools (tools)
- macro (tools|macro)
- dev (developer)
- help (help|reference)
- help_web (help|hackman on the web)
Example:
Menu=config
This will place your plugin under the Configurations menu.
Back.