Documentation/Source/eric6.QScintilla.ShellHistoryDialog.html

changeset 5800
c3379bf35654
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.QScintilla.ShellHistoryDialog.html	Mon Jul 10 18:24:35 2017 +0200
+++ b/Documentation/Source/eric6.QScintilla.ShellHistoryDialog.html	Mon Jul 10 18:48:33 2017 +0200
@@ -92,13 +92,13 @@
 <p>
         Constructor
 </p><dl>
-<dt><i>history</i></dt>
+<dt><i>history</i> (list of str)</dt>
 <dd>
-reference to the current shell history (list of strings)
-</dd><dt><i>vm</i></dt>
+reference to the current shell history
+</dd><dt><i>vm</i> (ViewManager)</dt>
 <dd>
 reference to the viewmanager object
-</dd><dt><i>shell</i></dt>
+</dd><dt><i>shell</i> (Shell)</dt>
 <dd>
 reference to the shell object
 </dd>
@@ -110,7 +110,13 @@
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-list of history entries (list of strings)
+tuple containing the list of history entries and the
+            current row
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, int)
 </dd>
 </dl><a NAME="ShellHistoryDialog.on_copyButton_clicked" ID="ShellHistoryDialog.on_copyButton_clicked"></a>
 <h4>ShellHistoryDialog.on_copyButton_clicked</h4>

eric ide

mercurial