src/eric7/Documentation/Source/eric7.QScintilla.Shell.html

branch
eric7
changeset 10191
dc47d7d2ff34
parent 10070
9f5758c0fec1
child 10259
b51dfacef37f
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html	Sun Sep 03 13:54:22 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html	Sun Sep 03 17:35:15 2023 +0200
@@ -370,6 +370,10 @@
 <td>Private slot to show a context menu.</td>
 </tr>
 <tr>
+<td><a href="#Shell.__showHelp">__showHelp</a></td>
+<td>Private slot to show the list of supported special commands (i.e.</td>
+</tr>
+<tr>
 <td><a href="#Shell.__showStartMenu">__showStartMenu</a></td>
 <td>Private slot to prepare the start submenu.</td>
 </tr>
@@ -1433,6 +1437,14 @@
 position for the context menu
 </dd>
 </dl>
+<a NAME="Shell.__showHelp" ID="Shell.__showHelp"></a>
+<h4>Shell.__showHelp</h4>
+<b>__showHelp</b>(<i></i>)
+
+<p>
+        Private slot to show the list of supported special commands (i.e. those
+        starting with a '%' character.
+</p>
 <a NAME="Shell.__showStartMenu" ID="Shell.__showStartMenu"></a>
 <h4>Shell.__showStartMenu</h4>
 <b>__showStartMenu</b>(<i></i>)
@@ -1570,11 +1582,18 @@
 </p>
 <a NAME="Shell.clearHistory" ID="Shell.clearHistory"></a>
 <h4>Shell.clearHistory</h4>
-<b>clearHistory</b>(<i></i>)
+<b>clearHistory</b>(<i>ask=True</i>)
 
 <p>
         Public slot to clear the current history.
 </p>
+<dl>
+
+<dt><i>ask</i> (bool (optional))</dt>
+<dd>
+flag indicating to ask for confirmation (defaults to True)
+</dd>
+</dl>
 <a NAME="Shell.closeShell" ID="Shell.closeShell"></a>
 <h4>Shell.closeShell</h4>
 <b>closeShell</b>(<i></i>)
@@ -2065,11 +2084,19 @@
 </dl>
 <a NAME="Shell.showHistory" ID="Shell.showHistory"></a>
 <h4>Shell.showHistory</h4>
-<b>showHistory</b>(<i></i>)
+<b>showHistory</b>(<i>histSize=None</i>)
 
 <p>
         Public slot to show the shell history dialog.
 </p>
+<dl>
+
+<dt><i>histSize</i> (int (optional))</dt>
+<dd>
+number of history entries to be shown (None = show all
+            entrys) (defaults to None)
+</dd>
+</dl>
 <a NAME="Shell.wheelEvent" ID="Shell.wheelEvent"></a>
 <h4>Shell.wheelEvent</h4>
 <b>wheelEvent</b>(<i>evt</i>)

eric ide

mercurial