eric6/Documentation/Source/eric6.QScintilla.Shell.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7990
3b865f4b7dff
child 8266
560547c2b6ec
--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html	Mon Feb 01 10:38:16 2021 +0100
@@ -316,10 +316,6 @@
 <td>Private method to test, if the history index is valid.</td>
 </tr>
 <tr>
-<td><a href="#Shell.__middleMouseButton">__middleMouseButton</a></td>
-<td>Private method to handle the middle mouse button press.</td>
-</tr>
-<tr>
 <td><a href="#Shell.__projectClosed">__projectClosed</a></td>
 <td>Private slot to restart the default shell when the project is closed.</td>
 </tr>
@@ -1019,9 +1015,9 @@
 </p>
 <dl>
 
-<dt><i>more</i></dt>
+<dt><i>more</i> (bool)</dt>
 <dd>
-flag indicating that more user input is required (boolean)
+flag indicating that more user input is required
 </dd>
 </dl>
 <a NAME="Shell.__clientSyntaxError" ID="Shell.__clientSyntaxError"></a>
@@ -1142,7 +1138,7 @@
         Private method to return the line and column of the last character.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of two values (int, int) giving the line and column
 </dd>
@@ -1162,7 +1158,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 indentation length
 </dd>
@@ -1245,7 +1241,7 @@
         Private method to check, if the cursor is on the last line.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating that the cursor is on the last line (boolean)
 </dd>
@@ -1258,7 +1254,7 @@
         Private method to test, if the history index is valid.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating validity
 </dd>
@@ -1269,13 +1265,6 @@
 bool
 </dd>
 </dl>
-<a NAME="Shell.__middleMouseButton" ID="Shell.__middleMouseButton"></a>
-<h4>Shell.__middleMouseButton</h4>
-<b>__middleMouseButton</b>(<i></i>)
-
-<p>
-        Private method to handle the middle mouse button press.
-</p>
 <a NAME="Shell.__projectClosed" ID="Shell.__projectClosed"></a>
 <h4>Shell.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)
@@ -1292,7 +1281,7 @@
 </p>
 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a>
 <h4>Shell.__raw_input</h4>
-<b>__raw_input</b>(<i>prompt, echo</i>)
+<b>__raw_input</b>(<i>prompt, echo, debuggerId</i>)
 
 <p>
         Private method to handle raw input.
@@ -1301,11 +1290,15 @@
 
 <dt><i>prompt</i> (str)</dt>
 <dd>
-prompt to be displayed
+the input prompt
 </dd>
 <dt><i>echo</i> (bool)</dt>
 <dd>
-Flag indicating echoing of the input
+flag indicating an echoing of the input
+</dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
 </dd>
 </dl>
 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a>
@@ -1341,7 +1334,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing the index of found entry and a flag indicating
             that something was found
@@ -1372,7 +1365,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing the index of found entry and a flag indicating
             that something was found
@@ -1538,7 +1531,7 @@
 </dl>
 <a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a>
 <h4>Shell.__writeBanner</h4>
-<b>__writeBanner</b>(<i>version, platform, dbgclient, venvName</i>)
+<b>__writeBanner</b>(<i>version, platform, venvName</i>)
 
 <p>
         Private method to write a banner with info from the debug client.
@@ -1553,10 +1546,6 @@
 <dd>
 platform of the remote interpreter
 </dd>
-<dt><i>dbgclient</i> (str)</dt>
-<dd>
-debug client variant used
-</dd>
 <dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment
@@ -1752,7 +1741,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating, if the event was handled (boolean)
 </dd>
@@ -1809,7 +1798,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating the movement
 </dd>
@@ -1850,7 +1839,7 @@
         Public slot to get the clients type.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 client type (string)
 </dd>
@@ -1871,7 +1860,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the history list (list of strings)
 </dd>
@@ -1884,7 +1873,7 @@
         Public method to get the current value of the history index.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 history index
 </dd>
@@ -1910,7 +1899,7 @@
         Public method to get the shell history style.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 shell history style
 </dd>
@@ -1946,7 +1935,7 @@
         Public method to check, if the history is enabled.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating if history is enabled
 </dd>
@@ -2001,11 +1990,18 @@
 </dl>
 <a NAME="Shell.paste" ID="Shell.paste"></a>
 <h4>Shell.paste</h4>
-<b>paste</b>(<i></i>)
+<b>paste</b>(<i>lines=None</i>)
 
 <p>
         Public slot to handle the paste action.
 </p>
+<dl>
+
+<dt><i>lines</i> (list of str)</dt>
+<dd>
+list of lines to be inserted
+</dd>
+</dl>
 <a NAME="Shell.reloadHistory" ID="Shell.reloadHistory"></a>
 <h4>Shell.reloadHistory</h4>
 <b>reloadHistory</b>(<i></i>)
@@ -2208,7 +2204,7 @@
         Public method to get a reference to the shell widget.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the shell widget (Shell)
 </dd>

eric ide

mercurial