eric6/Documentation/Source/eric6.Preferences.ProgramsDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Preferences.ProgramsDialog.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Preferences.ProgramsDialog.html	Mon Feb 01 10:38:16 2021 +0100
@@ -141,7 +141,7 @@
 </dl>
 <a NAME="ProgramsDialog.__createProgramEntry" ID="ProgramsDialog.__createProgramEntry"></a>
 <h4>ProgramsDialog.__createProgramEntry</h4>
-<b>__createProgramEntry</b>(<i>description, exe, versionCommand="", versionStartsWith="", versionPosition=0, version="", versionCleanup=None, versionRe=None, exeModule=None</i>)
+<b>__createProgramEntry</b>(<i>description, exe, versionCommand="", versionStartsWith="", versionPosition=None, version="", versionCleanup=None, versionRe=None, exeModule=None</i>)
 
 <p>
         Private method to generate a program entry.
@@ -171,21 +171,21 @@
 index of part containing the version info
             (integer)
 </dd>
-<dt><i>version=</i></dt>
+<dt><i>version</i></dt>
 <dd>
 version string to show (string)
 </dd>
-<dt><i>versionCleanup=</i></dt>
+<dt><i>versionCleanup</i></dt>
 <dd>
 tuple of two integers giving string positions
             start and stop for the version string (tuple of integers)
 </dd>
-<dt><i>versionRe=</i></dt>
+<dt><i>versionRe</i></dt>
 <dd>
 regexp to determine the line identifying version
             info (string). Takes precedence over versionStartsWith.
 </dd>
-<dt><i>exeModule=</i></dt>
+<dt><i>exeModule</i></dt>
 <dd>
 list of command line parameters to execute a module
             with the program given in exe (e.g. to execute a Python module)
@@ -193,7 +193,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 version string of detected or given version (string)
 </dd>

eric ide

mercurial