--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sat Feb 15 12:04:41 2020 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sat Feb 15 12:05:00 2020 +0100 @@ -272,6 +272,10 @@ <td>Private slot to show the find widget.</td> </tr> <tr> +<td><a href="#Shell.__flushQueuedText">__flushQueuedText</a></td> +<td>Private slot to flush the accumulated text output.</td> +</tr> +<tr> <td><a href="#Shell.__getBanner">__getBanner</a></td> <td>Private method to get the banner for the remote interpreter.</td> </tr> @@ -1112,6 +1116,13 @@ <p> Private slot to show the find widget. </p> +<a NAME="Shell.__flushQueuedText" ID="Shell.__flushQueuedText"></a> +<h4>Shell.__flushQueuedText</h4> +<b>__flushQueuedText</b>(<i></i>) + +<p> + Private slot to flush the accumulated text output. +</p> <a NAME="Shell.__getBanner" ID="Shell.__getBanner"></a> <h4>Shell.__getBanner</h4> <b>__getBanner</b>(<i></i>) @@ -1281,20 +1292,20 @@ </p> <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a> <h4>Shell.__raw_input</h4> -<b>__raw_input</b>(<i>s, echo</i>) +<b>__raw_input</b>(<i>prompt, echo</i>) <p> Private method to handle raw input. </p> <dl> -<dt><i>s</i></dt> +<dt><i>prompt</i> (str)</dt> <dd> -prompt to be displayed (string) +prompt to be displayed </dd> -<dt><i>echo</i></dt> +<dt><i>echo</i> (bool)</dt> <dd> -Flag indicating echoing of the input (boolean) +Flag indicating echoing of the input </dd> </dl> <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a>