[GRASS-SVN] r68918 - grass/branches/releasebranch_7_2/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 9 12:41:16 PDT 2016
Author: wenzeslaus
Date: 2016-07-09 12:41:16 -0700 (Sat, 09 Jul 2016)
New Revision: 68918
Modified:
grass/branches/releasebranch_7_2/gui/wxpython/xml/menudata_pyedit.xml
Log:
wxGUI/pyedit: improved main menu (backport r68559)
Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/menudata_pyedit.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/menudata_pyedit.xml 2016-07-09 19:39:14 UTC (rev 68917)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/menudata_pyedit.xml 2016-07-09 19:41:16 UTC (rev 68918)
@@ -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>
More information about the grass-commit
mailing list