--- a/Documentation/Source/eric6.QScintilla.Shell.html Thu Aug 23 18:21:58 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Sun Aug 26 15:03:20 2018 +0200 @@ -195,7 +195,7 @@ <td>Private slot to handle the selection from the completion list.</td> </tr><tr> <td><a href="#Shell.__concatenateText">__concatenateText</a></td> -<td>Private slot to get all available text and process it in one step.</td> +<td>Private slot to queue text and process it in one step.</td> </tr><tr> <td><a href="#Shell.__configure">__configure</a></td> <td>Private method to open the configuration dialog.</td> @@ -297,7 +297,7 @@ <td>Private method to display a command from the history.</td> </tr><tr> <td><a href="#Shell.__write">__write</a></td> -<td>Private method to display some text.</td> +<td>Private method to display some text without queuing.</td> </tr><tr> <td><a href="#Shell.__writeBanner">__writeBanner</a></td> <td>Private method to write a banner with info from the debug client.</td> @@ -305,6 +305,9 @@ <td><a href="#Shell.__writePrompt">__writePrompt</a></td> <td>Private method to write the prompt.</td> </tr><tr> +<td><a href="#Shell.__writeQueued">__writeQueued</a></td> +<td>Private method to display some text using a write queue.</td> +</tr><tr> <td><a href="#Shell.__writeStdErr">__writeStdErr</a></td> <td>Private method to display some text with StdErr label.</td> </tr><tr> @@ -775,7 +778,7 @@ <h4>Shell.__concatenateText</h4> <b>__concatenateText</b>(<i>text</i>) <p> - Private slot to get all available text and process it in one step. + Private slot to queue text and process it in one step. </p><dl> <dt><i>text</i> (str)</dt> <dd> @@ -1097,11 +1100,11 @@ <h4>Shell.__write</h4> <b>__write</b>(<i>s</i>) <p> - Private method to display some text. + Private method to display some text without queuing. </p><dl> -<dt><i>s</i></dt> +<dt><i>s</i> (str)</dt> <dd> -text to be displayed (string) +text to be displayed </dd> </dl><a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a> <h4>Shell.__writeBanner</h4> @@ -1124,7 +1127,17 @@ <b>__writePrompt</b>(<i></i>) <p> Private method to write the prompt. -</p><a NAME="Shell.__writeStdErr" ID="Shell.__writeStdErr"></a> +</p><a NAME="Shell.__writeQueued" ID="Shell.__writeQueued"></a> +<h4>Shell.__writeQueued</h4> +<b>__writeQueued</b>(<i>s</i>) +<p> + Private method to display some text using a write queue. +</p><dl> +<dt><i>s</i></dt> +<dd> +text to be displayed (string) +</dd> +</dl><a NAME="Shell.__writeStdErr" ID="Shell.__writeStdErr"></a> <h4>Shell.__writeStdErr</h4> <b>__writeStdErr</b>(<i>s</i>) <p>