--- a/Documentation/Source/eric6.QScintilla.Shell.html Mon Dec 18 18:09:39 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Tue Dec 19 19:46:23 2017 +0100 @@ -203,6 +203,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> @@ -793,6 +796,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>)