Documentation/Source/eric6.QScintilla.Shell.html

branch
maintenance
changeset 6050
25a4ddb25ca4
parent 6037
9aec96a3a82a
child 6335
56d3b6722b3c
--- a/Documentation/Source/eric6.QScintilla.Shell.html	Sat Dec 02 12:40:52 2017 +0100
+++ b/Documentation/Source/eric6.QScintilla.Shell.html	Sun Dec 31 18:27:40 2017 +0100
@@ -98,6 +98,9 @@
 <td><a href="#Shell.__QScintillaCommand">__QScintillaCommand</a></td>
 <td>Private method to send the command to QScintilla.</td>
 </tr><tr>
+<td><a href="#Shell.__QScintillaCursorCommand">__QScintillaCursorCommand</a></td>
+<td>Private method to handle the cursor commands.</td>
+</tr><tr>
 <td><a href="#Shell.__QScintillaDelete">__QScintillaDelete</a></td>
 <td>Private method to handle the delete command.</td>
 </tr><tr>
@@ -203,6 +206,9 @@
 <td><a href="#Shell.__getEndPos">__getEndPos</a></td>
 <td>Private method to return the line and column of the last character.</td>
 </tr><tr>
+<td><a href="#Shell.__indentLength">__indentLength</a></td>
+<td>Private method to determine the indentation length of the given line.</td>
+</tr><tr>
 <td><a href="#Shell.__initialise">__initialise</a></td>
 <td>Private method to get ready for a new remote interpreter.</td>
 </tr><tr>
@@ -272,9 +278,6 @@
 <td><a href="#Shell.__setTextDisplay">__setTextDisplay</a></td>
 <td>Private method to configure the text display.</td>
 </tr><tr>
-<td><a href="#Shell.__setupCursorKeys">__setupCursorKeys</a></td>
-<td>Private method to setup the cursor up and down mode.</td>
-</tr><tr>
 <td><a href="#Shell.__showCompletions">__showCompletions</a></td>
 <td>Private method to display the possible completions.</td>
 </tr><tr>
@@ -472,6 +475,16 @@
 <dd>
 QScintilla command
 </dd>
+</dl><a NAME="Shell.__QScintillaCursorCommand" ID="Shell.__QScintillaCursorCommand"></a>
+<h4>Shell.__QScintillaCursorCommand</h4>
+<b>__QScintillaCursorCommand</b>(<i>cmd</i>)
+<p>
+        Private method to handle the cursor commands.
+</p><dl>
+<dt><i>cmd</i></dt>
+<dd>
+QScintilla command
+</dd>
 </dl><a NAME="Shell.__QScintillaDelete" ID="Shell.__QScintillaDelete"></a>
 <h4>Shell.__QScintillaDelete</h4>
 <b>__QScintillaDelete</b>(<i></i>)
@@ -793,6 +806,26 @@
 <dd>
 tuple of two values (int, int) giving the line and column
 </dd>
+</dl><a NAME="Shell.__indentLength" ID="Shell.__indentLength"></a>
+<h4>Shell.__indentLength</h4>
+<b>__indentLength</b>(<i>line</i>)
+<p>
+        Private method to determine the indentation length of the given line.
+</p><dl>
+<dt><i>line</i> (str)</dt>
+<dd>
+line to determine the indentation length for
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+indentation length
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
 </dl><a NAME="Shell.__initialise" ID="Shell.__initialise"></a>
 <h4>Shell.__initialise</h4>
 <b>__initialise</b>(<i></i>)
@@ -1010,11 +1043,6 @@
 <b>__setTextDisplay</b>(<i></i>)
 <p>
         Private method to configure the text display.
-</p><a NAME="Shell.__setupCursorKeys" ID="Shell.__setupCursorKeys"></a>
-<h4>Shell.__setupCursorKeys</h4>
-<b>__setupCursorKeys</b>(<i></i>)
-<p>
-        Private method to setup the cursor up and down mode.
 </p><a NAME="Shell.__showCompletions" ID="Shell.__showCompletions"></a>
 <h4>Shell.__showCompletions</h4>
 <b>__showCompletions</b>(<i>completions, text</i>)

eric ide

mercurial