--- a/Documentation/Source/eric6.QScintilla.Shell.html Fri Dec 22 18:26:42 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Fri Dec 22 19:52:58 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> @@ -275,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> @@ -475,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>) @@ -1033,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>)