[GRASS-SVN] r68559 - grass/trunk/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 1 08:58:09 PDT 2016


Author: wenzeslaus
Date: 2016-06-01 08:58:09 -0700 (Wed, 01 Jun 2016)
New Revision: 68559

Modified:
   grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
Log:
wxGUI/pyedit: improved main menu

Modified: grass/trunk/gui/wxpython/xml/menudata_pyedit.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata_pyedit.xml	2016-06-01 15:39:05 UTC (rev 68558)
+++ grass/trunk/gui/wxpython/xml/menudata_pyedit.xml	2016-06-01 15:58:09 UTC (rev 68559)
@@ -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