Documentation/Source/eric6.QScintilla.Shell.html

changeset 6335
56d3b6722b3c
parent 6037
9aec96a3a82a
child 6478
f76f5bd81a90
diff -r ca90aee56d20 -r 56d3b6722b3c Documentation/Source/eric6.QScintilla.Shell.html
--- a/Documentation/Source/eric6.QScintilla.Shell.html	Fri Jun 08 19:34:28 2018 +0200
+++ b/Documentation/Source/eric6.QScintilla.Shell.html	Sat Jun 09 12:08:47 2018 +0200
@@ -58,6 +58,9 @@
 <dd>
 emitted to indicate a
         change of the history style
+</dd><dt>queueText(str)</dt>
+<dd>
+emitted to queue some text for processing
 </dd><dt>searchStringFound(bool)</dt>
 <dd>
 emitted to indicate the search
@@ -191,6 +194,9 @@
 <td><a href="#Shell.__completionListSelected">__completionListSelected</a></td>
 <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>
+</tr><tr>
 <td><a href="#Shell.__configure">__configure</a></td>
 <td>Private method to open the configuration dialog.</td>
 </tr><tr>
@@ -765,6 +771,16 @@
 <dd>
 the selected text (string)
 </dd>
+</dl><a NAME="Shell.__concatenateText" ID="Shell.__concatenateText"></a>
+<h4>Shell.__concatenateText</h4>
+<b>__concatenateText</b>(<i>text</i>)
+<p>
+        Private slot to get all available text and process it in one step.
+</p><dl>
+<dt><i>text</i> (str)</dt>
+<dd>
+text to be appended
+</dd>
 </dl><a NAME="Shell.__configure" ID="Shell.__configure"></a>
 <h4>Shell.__configure</h4>
 <b>__configure</b>(<i></i>)

eric ide

mercurial