Fixed a source docu string in the new installer script.

Sat, 19 Feb 2011 16:08:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Feb 2011 16:08:37 +0100
changeset 902
c06241839b12
parent 901
99b4cb6910ad
child 903
0708b617a658

Fixed a source docu string in the new installer script.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.install.html file | annotate | diff | comparison | revisions
install.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sat Feb 19 14:48:33 2011 +0100
+++ b/Documentation/Help/source.qhp	Sat Feb 19 16:08:37 2011 +0100
@@ -10798,23 +10798,7 @@
       <file>eric5.ViewManager.__init__.html</file>
       <file>eric5.compileUiFiles.html</file>
       <file>eric5.eric5-api.html</file>
-      <file>eric5.eric5-compare.html</file>
-      <file>eric5.eric5-configure.html</file>
-      <file>eric5.eric5-diff.html</file>
       <file>eric5.eric5-doc.html</file>
-      <file>eric5.eric5-editor.html</file>
-      <file>eric5.eric5-iconeditor.html</file>
-      <file>eric5.eric5-plugininstall.html</file>
-      <file>eric5.eric5-pluginrepository.html</file>
-      <file>eric5.eric5-pluginuninstall.html</file>
-      <file>eric5.eric5-qregexp.html</file>
-      <file>eric5.eric5-re.html</file>
-      <file>eric5.eric5-sqlbrowser.html</file>
-      <file>eric5.eric5-tray.html</file>
-      <file>eric5.eric5-trpreviewer.html</file>
-      <file>eric5.eric5-uipreviewer.html</file>
-      <file>eric5.eric5-unittest.html</file>
-      <file>eric5.eric5-webbrowser.html</file>
       <file>eric5.eric5.html</file>
       <file>eric5.eric5_compare.html</file>
       <file>eric5.eric5_configure.html</file>
--- a/Documentation/Source/eric5.install.html	Sat Feb 19 14:48:33 2011 +0100
+++ b/Documentation/Source/eric5.install.html	Sat Feb 19 16:08:37 2011 +0100
@@ -220,17 +220,21 @@
 <hr /><hr />
 <a NAME="createPyWrapper" ID="createPyWrapper"></a>
 <h2>createPyWrapper</h2>
-<b>createPyWrapper</b>(<i>pydir, wfile</i>)
+<b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>)
 <p>
     Create an executable wrapper for a Python script.
 </p><dl>
 <dt><i>pydir</i></dt>
 <dd>
-the name of the directory where the Python script will eventually
-        be installed
+the name of the directory where the Python script will
+        eventually be installed
 </dd><dt><i>wfile</i></dt>
 <dd>
 the basename of the wrapper
+</dd><dt><i>isGuiScript</i></dt>
+<dd>
+flag indicating a wrapper script for a GUI
+        application (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
--- a/install.py	Sat Feb 19 14:48:33 2011 +0100
+++ b/install.py	Sat Feb 19 16:08:37 2011 +0100
@@ -158,6 +158,8 @@
     @param pydir the name of the directory where the Python script will
         eventually be installed
     @param wfile the basename of the wrapper
+    @param isGuiScript flag indicating a wrapper script for a GUI
+        application (boolean)
     @return the platform specific name of the wrapper
     """
     # all kinds of Windows systems

eric ide

mercurial