|
@@ -32,6 +32,11 @@
|
|
|
<handler>OnRun</handler>
|
|
|
<shortcut>Ctrl+R</shortcut>
|
|
|
</menuitem>
|
|
|
+ <menuitem>
|
|
|
+ <label>Set parameters</label>
|
|
|
+ <help>Set command line parameters for the script</help>
|
|
|
+ <handler>OnSetParameters</handler>
|
|
|
+ </menuitem>
|
|
|
</items>
|
|
|
</menu>
|
|
|
<menu>
|
|
@@ -74,27 +79,32 @@
|
|
|
<items>
|
|
|
<menuitem>
|
|
|
<label>GRASS Python Help</label>
|
|
|
- <help></help>
|
|
|
+ <help>Display documentation for writing Python code in GRASS GIS</help>
|
|
|
<handler>OnHelp</handler>
|
|
|
</menuitem>
|
|
|
<menuitem>
|
|
|
<label>Python help</label>
|
|
|
- <help>Display the HTML man pages of Graphical modeler</help>
|
|
|
+ <help>Display documentation for writing Python code in general</help>
|
|
|
<handler>OnPythonHelp</handler>
|
|
|
</menuitem>
|
|
|
<menuitem>
|
|
|
<label>GRASS Modules help</label>
|
|
|
- <help>Display the HTML man pages of Graphical modeler</help>
|
|
|
+ <help>Display the HTML man page index for all GRASS modules</help>
|
|
|
<handler>OnModulesHelp</handler>
|
|
|
</menuitem>
|
|
|
<menuitem>
|
|
|
+ <label>GRASS Python code guidelines</label>
|
|
|
+ <help>Display guidelines for submitting Python code to GRASS GIS</help>
|
|
|
+ <handler>OnSubmittingHelp</handler>
|
|
|
+ </menuitem>
|
|
|
+ <menuitem>
|
|
|
<label>Getting your code to GRASS Addons</label>
|
|
|
- <help>Display the HTML man pages of Graphical modeler</help>
|
|
|
+ <help>Display instructions for submitting you code to GRASS GIS Addons repository</help>
|
|
|
<handler>OnAddonsHelp</handler>
|
|
|
</menuitem>
|
|
|
<menuitem>
|
|
|
<label>Get support</label>
|
|
|
- <help>Display the HTML man pages of Graphical modeler</help>
|
|
|
+ <help>Display information about getting support for writing Python code in GRASS GIS</help>
|
|
|
<handler>OnSupport</handler>
|
|
|
</menuitem>
|
|
|
</items>
|