Regenerated source docu. 6_1_x

Wed, 20 Apr 2016 19:41:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 20 Apr 2016 19:41:34 +0200
branch
6_1_x
changeset 4948
20fb29268927
parent 4947
20dcf00d83b3
child 4951
59ee32941a5b

Regenerated source docu.

APIs/Python3/eric6.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html file | annotate | diff | comparison | revisions
Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html file | annotate | diff | comparison | revisions
eric6.e4p file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric6.api	Wed Apr 20 19:38:19 2016 +0200
+++ b/APIs/Python3/eric6.api	Wed Apr 20 19:41:34 2016 +0200
@@ -201,7 +201,7 @@
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.handleLine?4(line)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.input?4(prompt)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status, exit=False)
+eric6.DebugClients.Python.DebugClientBase.DebugClientBase.progTerminated?4(status)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.raw_input?4(prompt, echo)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
 eric6.DebugClients.Python.DebugClientBase.DebugClientBase.sessionClose?4(exit=1)
@@ -420,7 +420,7 @@
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4()
-eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status, exit=False)
+eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.sessionClose?4(exit=True)
 eric6.DebugClients.Python3.DebugClientBase.DebugClientBase.shouldSkip?4(fn)
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Wed Apr 20 19:38:19 2016 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Wed Apr 20 19:41:34 2016 +0200
@@ -139,7 +139,7 @@
 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__interact">__interact</a></td>
-<td>Private method to Interact with  the debugger.</td>
+<td>Private method to interact with the debugger.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td>
 <td>Private method to intercept common signals.</td>
@@ -410,7 +410,7 @@
 <h4>DebugClientBase.__interact</h4>
 <b>__interact</b>(<i></i>)
 <p>
-        Private method to Interact with  the debugger.
+        Private method to interact with the debugger.
 </p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a>
 <h4>DebugClientBase.__interceptSignals</h4>
 <b>__interceptSignals</b>(<i></i>)
@@ -632,16 +632,13 @@
         Public method implementing the main method.
 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
 <h4>DebugClientBase.progTerminated</h4>
-<b>progTerminated</b>(<i>status, exit=False</i>)
+<b>progTerminated</b>(<i>status</i>)
 <p>
         Public method to tell the debugger that the program has terminated.
 </p><dl>
-<dt><i>status</i></dt>
+<dt><i>status</i> (int)</dt>
 <dd>
 return status
-</dd><dt><i>exit</i> (bool)</dt>
-<dd>
-flag indicating to perform a sys.exit()
 </dd>
 </dl><a NAME="DebugClientBase.raw_input" ID="DebugClientBase.raw_input"></a>
 <h4>DebugClientBase.raw_input</h4>
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Wed Apr 20 19:38:19 2016 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Wed Apr 20 19:41:34 2016 +0200
@@ -139,7 +139,7 @@
 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__interact">__interact</a></td>
-<td>Private method to Interact with  the debugger.</td>
+<td>Private method to interact with the debugger.</td>
 </tr><tr>
 <td><a href="#DebugClientBase.__interceptSignals">__interceptSignals</a></td>
 <td>Private method to intercept common signals.</td>
@@ -425,7 +425,7 @@
 <h4>DebugClientBase.__interact</h4>
 <b>__interact</b>(<i></i>)
 <p>
-        Private method to Interact with  the debugger.
+        Private method to interact with the debugger.
 </p><a NAME="DebugClientBase.__interceptSignals" ID="DebugClientBase.__interceptSignals"></a>
 <h4>DebugClientBase.__interceptSignals</h4>
 <b>__interceptSignals</b>(<i></i>)
@@ -647,16 +647,13 @@
         Public method implementing the main method.
 </p><a NAME="DebugClientBase.progTerminated" ID="DebugClientBase.progTerminated"></a>
 <h4>DebugClientBase.progTerminated</h4>
-<b>progTerminated</b>(<i>status, exit=False</i>)
+<b>progTerminated</b>(<i>status</i>)
 <p>
         Public method to tell the debugger that the program has terminated.
 </p><dl>
-<dt><i>status</i></dt>
+<dt><i>status</i> (int)</dt>
 <dd>
 return status
-</dd><dt><i>exit</i> (bool)</dt>
-<dd>
-flag indicating to perform a sys.exit()
 </dd>
 </dl><a NAME="DebugClientBase.run_call" ID="DebugClientBase.run_call"></a>
 <h4>DebugClientBase.run_call</h4>
--- a/eric6.e4p	Wed Apr 20 19:38:19 2016 +0200
+++ b/eric6.e4p	Wed Apr 20 19:41:34 2016 +0200
@@ -2120,14 +2120,6 @@
               <string>eric6</string>
             </value>
             <key>
-              <string>sourceExtensions</string>
-            </key>
-            <value>
-              <list>
-                <string></string>
-              </list>
-            </value>
-            <key>
               <string>useRecursion</string>
             </key>
             <value>

eric ide

mercurial