As discussed with @ctrueden. This should enable scripts to be annotated like this: ```groovy #@script(name="coolscript", menuPath="Plugins>My Scripts>Cool Script") ``` with an optional shortcut to the `name` attribute: ```groovy #@script("coolscript") ``` Subtasks: * [x] Check that named scripts have a better title bar on the dialog * [ ] Make menuPath override folder structure; allow toplevel scripts if menuPath is set to something non-empty * [ ] Enhance menuPath parsing (for ALL modules) to support shortcut key in brackets at the end, and weight in curly braces at the end