--- a/eric7/Documentation/Source/eric7.UI.Browser.html Mon May 23 17:31:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.UI.Browser.html Mon May 23 18:15:10 2022 +0200 @@ -99,6 +99,11 @@ <dd> emitted to open a SVG file (str) </dd> +<dt>testFile(filename)</dt> +<dd> +emitted to open a Python file for a + unit test (str) +</dd> <dt>trpreview(filenames)</dt> <dd> emitted to preview Qt-Linguist (*.qm) @@ -114,11 +119,6 @@ <dd> emitted to open an eric UML file (str) </dd> -<dt>unittestOpen(filename)</dt> -<dd> -emitted to open a Python file for a - unit test (str) -</dd> </dl> <h3>Derived from</h3> QTreeView @@ -277,8 +277,8 @@ <td>Public slot to handle the programChange signal.</td> </tr> <tr> -<td><a href="#Browser.handleUnittest">handleUnittest</a></td> -<td>Public slot to handle the unittest popup menu entry.</td> +<td><a href="#Browser.handleTesting">handleTesting</a></td> +<td>Public slot to handle the testing popup menu entry.</td> </tr> <tr> <td><a href="#Browser.keyboardSearch">keyboardSearch</a></td> @@ -683,12 +683,12 @@ file name (string) </dd> </dl> -<a NAME="Browser.handleUnittest" ID="Browser.handleUnittest"></a> -<h4>Browser.handleUnittest</h4> -<b>handleUnittest</b>(<i></i>) +<a NAME="Browser.handleTesting" ID="Browser.handleTesting"></a> +<h4>Browser.handleTesting</h4> +<b>handleTesting</b>(<i></i>) <p> - Public slot to handle the unittest popup menu entry. + Public slot to handle the testing popup menu entry. </p> <a NAME="Browser.keyboardSearch" ID="Browser.keyboardSearch"></a> <h4>Browser.keyboardSearch</h4>