Documentation/Source/eric6.Debugger.DebugUI.html

changeset 5374
c18d759b6b86
parent 5144
1ab536d25072
child 5662
2c99fa1072b6
--- a/Documentation/Source/eric6.Debugger.DebugUI.html	Sun Dec 11 18:43:05 2016 +0100
+++ b/Documentation/Source/eric6.Debugger.DebugUI.html	Mon Dec 12 18:56:42 2016 +0100
@@ -817,7 +817,7 @@
 </dd>
 </dl><a NAME="DebugUI.setArgvHistory" ID="DebugUI.setArgvHistory"></a>
 <h4>DebugUI.setArgvHistory</h4>
-<b>setArgvHistory</b>(<i>argsStr, clearHistories=False</i>)
+<b>setArgvHistory</b>(<i>argsStr, clearHistories=False, history=None</i>)
 <p>
         Public slot to initialize the argv history.
 </p><dl>
@@ -828,6 +828,9 @@
 <dd>
 flag indicating, that the list should
             be cleared (boolean)
+</dd><dt><i>history</i></dt>
+<dd>
+list of history entries to be set (list of strings)
 </dd>
 </dl><a NAME="DebugUI.setAutoClearShell" ID="DebugUI.setAutoClearShell"></a>
 <h4>DebugUI.setAutoClearShell</h4>
@@ -853,7 +856,7 @@
 </dd>
 </dl><a NAME="DebugUI.setEnvHistory" ID="DebugUI.setEnvHistory"></a>
 <h4>DebugUI.setEnvHistory</h4>
-<b>setEnvHistory</b>(<i>envStr, clearHistories=False</i>)
+<b>setEnvHistory</b>(<i>envStr, clearHistories=False, history=None</i>)
 <p>
         Public slot to initialize the env history.
 </p><dl>
@@ -864,6 +867,9 @@
 <dd>
 flag indicating, that the list should
             be cleared (boolean)
+</dd><dt><i>history</i></dt>
+<dd>
+list of history entries to be set (list of strings)
 </dd>
 </dl><a NAME="DebugUI.setExcIgnoreList" ID="DebugUI.setExcIgnoreList"></a>
 <h4>DebugUI.setExcIgnoreList</h4>
@@ -908,7 +914,7 @@
 </dd>
 </dl><a NAME="DebugUI.setWdHistory" ID="DebugUI.setWdHistory"></a>
 <h4>DebugUI.setWdHistory</h4>
-<b>setWdHistory</b>(<i>wdStr, clearHistories=False</i>)
+<b>setWdHistory</b>(<i>wdStr, clearHistories=False, history=None</i>)
 <p>
         Public slot to initialize the wd history.
 </p><dl>
@@ -919,6 +925,9 @@
 <dd>
 flag indicating, that the list should
             be cleared (boolean)
+</dd><dt><i>history</i></dt>
+<dd>
+list of history entries to be set (list of strings)
 </dd>
 </dl><a NAME="DebugUI.shutdown" ID="DebugUI.shutdown"></a>
 <h4>DebugUI.shutdown</h4>

eric ide

mercurial