--- a/Documentation/Source/eric6.Preferences.ProgramsDialog.html Tue Nov 14 19:54:51 2017 +0100 +++ b/Documentation/Source/eric6.Preferences.ProgramsDialog.html Tue Nov 14 19:56:39 2017 +0100 @@ -108,7 +108,7 @@ </dd> </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</i>) +<b>__createProgramEntry</b>(<i>description, exe, versionCommand="", versionStartsWith="", versionPosition=0, version="", versionCleanup=None, versionRe=None, exeModule=None</i>) <p> Private method to generate a program entry. </p><dl> @@ -121,7 +121,7 @@ </dd><dt><i>versionCommand</i></dt> <dd> command line switch to get the version info - (string) if this is empty, the given version will be shown. + (str). If this is empty, the given version will be shown. </dd><dt><i>versionStartsWith</i></dt> <dd> start of line identifying version info @@ -141,6 +141,11 @@ <dd> regexp to determine the line identifying version info (string). Takes precedence over versionStartsWith. +</dd><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) + (list of str) </dd> </dl><dl> <dt>Returns:</dt>