--- a/eric7/Documentation/Source/eric7.PyUnit.UnittestDialog.html Wed Aug 25 17:44:36 2021 +0200 +++ b/eric7/Documentation/Source/eric7.PyUnit.UnittestDialog.html Thu Aug 26 18:08:46 2021 +0200 @@ -50,7 +50,11 @@ <h3>Functions</h3> <table> -<tr><td>None</td></tr> + +<tr> +<td><a href="#clearSavedHistories">clearSavedHistories</a></td> +<td>Function to clear the saved history lists.</td> +</tr> </table> <hr /> <hr /> @@ -339,6 +343,10 @@ <td>Private method to find an item given the module path.</td> </tr> <tr> +<td><a href="#UnittestDialog.__loadRecent">__loadRecent</a></td> +<td>Private method to load the most recently used lists.</td> +</tr> +<tr> <td><a href="#UnittestDialog.__openEditor">__openEditor</a></td> <td>Private method to open an editor window for the given file.</td> </tr> @@ -351,6 +359,10 @@ <td>Private method to (re-)populate the virtual environments selector.</td> </tr> <tr> +<td><a href="#UnittestDialog.__saveRecent">__saveRecent</a></td> +<td>Private method to save the most recently used lists.</td> +</tr> +<tr> <td><a href="#UnittestDialog.__selectedTestCases">__selectedTestCases</a></td> <td>Private method to assemble the list of selected test cases and suites.</td> </tr> @@ -375,6 +387,10 @@ <td>Private slot to stop the test.</td> </tr> <tr> +<td><a href="#UnittestDialog.clearRecent">clearRecent</a></td> +<td>Public slot to clear the recently used lists.</td> +</tr> +<tr> <td><a href="#UnittestDialog.closeEvent">closeEvent</a></td> <td>Protected method to handle the close event.</td> </tr> @@ -625,6 +641,13 @@ QTreeWidgetItem or None </dd> </dl> +<a NAME="UnittestDialog.__loadRecent" ID="UnittestDialog.__loadRecent"></a> +<h4>UnittestDialog.__loadRecent</h4> +<b>__loadRecent</b>(<i></i>) + +<p> + Private method to load the most recently used lists. +</p> <a NAME="UnittestDialog.__openEditor" ID="UnittestDialog.__openEditor"></a> <h4>UnittestDialog.__openEditor</h4> <b>__openEditor</b>(<i>filename, linenumber</i>) @@ -668,6 +691,13 @@ <p> Private method to (re-)populate the virtual environments selector. </p> +<a NAME="UnittestDialog.__saveRecent" ID="UnittestDialog.__saveRecent"></a> +<h4>UnittestDialog.__saveRecent</h4> +<b>__saveRecent</b>(<i></i>) + +<p> + Private method to save the most recently used lists. +</p> <a NAME="UnittestDialog.__selectedTestCases" ID="UnittestDialog.__selectedTestCases"></a> <h4>UnittestDialog.__selectedTestCases</h4> <b>__selectedTestCases</b>(<i>parent=None</i>) @@ -736,6 +766,13 @@ <p> Private slot to stop the test. </p> +<a NAME="UnittestDialog.clearRecent" ID="UnittestDialog.clearRecent"></a> +<h4>UnittestDialog.clearRecent</h4> +<b>clearRecent</b>(<i></i>) + +<p> + Public slot to clear the recently used lists. +</p> <a NAME="UnittestDialog.closeEvent" ID="UnittestDialog.closeEvent"></a> <h4>UnittestDialog.closeEvent</h4> <b>closeEvent</b>(<i>event</i>) @@ -1200,4 +1237,14 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="clearSavedHistories" ID="clearSavedHistories"></a> +<h2>clearSavedHistories</h2> +<b>clearSavedHistories</b>(<i>self</i>) + +<p> + Function to clear the saved history lists. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file