Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html

changeset 5525
1771a7f9065c
parent 4602
48cc4820e2c2
child 5559
072d97551334
diff -r b96b6e7cd8a4 -r 1771a7f9065c Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html
--- a/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html	Thu Feb 16 18:52:42 2017 +0100
+++ b/Documentation/Source/eric6.Project.DebuggerPropertiesDialog.html	Thu Feb 16 18:58:58 2017 +0100
@@ -61,9 +61,21 @@
 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td>
+<td>Private method to clear a path picker history</td>
+</tr><tr>
+<td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td>
+<td>Private method to save the path picker histories.</td>
+</tr><tr>
+<td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td>
+<td>Private slot to clear the debug clients history.</td>
+</tr><tr>
 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td>
 <td>Private slot to perform actions before the debug client selection dialog is shown.</td>
 </tr><tr>
+<td><a href="#DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked">on_interpreterClearHistoryButton_clicked</a></td>
+<td>Private slot to clear the interpreter history.</td>
+</tr><tr>
 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td>
 <td>Public method to store the entered/modified data.</td>
 </tr>
@@ -88,12 +100,32 @@
 <dd>
 name of this dialog (string)
 </dd>
-</dl><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
+</dl><a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>
+<h4>DebuggerPropertiesDialog.__clearHistory</h4>
+<b>__clearHistory</b>(<i>picker</i>)
+<p>
+        Private method to clear a path picker history
+</p><a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a>
+<h4>DebuggerPropertiesDialog.__saveHistories</h4>
+<b>__saveHistories</b>(<i></i>)
+<p>
+        Private method to save the path picker histories.
+</p><a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a>
+<h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4>
+<b>on_debugClientClearHistoryButton_clicked</b>(<i></i>)
+<p>
+        Private slot to clear the debug clients history.
+</p><a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a>
 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4>
 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>)
 <p>
         Private slot to perform actions before the debug client selection
         dialog is shown.
+</p><a NAME="DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked"></a>
+<h4>DebuggerPropertiesDialog.on_interpreterClearHistoryButton_clicked</h4>
+<b>on_interpreterClearHistoryButton_clicked</b>(<i></i>)
+<p>
+        Private slot to clear the interpreter history.
 </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a>
 <h4>DebuggerPropertiesDialog.storeData</h4>
 <b>storeData</b>(<i></i>)

eric ide

mercurial