src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html

branch
eric7
changeset 11181
52e30cc024aa
parent 10692
9becf9ca115c
--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html	Fri Mar 21 16:27:43 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html	Fri Mar 21 16:29:08 2025 +0100
@@ -99,6 +99,10 @@
 <td>Private slot to discover tests but don't execute them.</td>
 </tr>
 <tr>
+<td><a href="#TestingWidget.__editorClosing">__editorClosing</a></td>
+<td>Private method called, when an editor is closing.</td>
+</tr>
+<tr>
 <td><a href="#TestingWidget.__findDiscoveryItem">__findDiscoveryItem</a></td>
 <td>Private method to find an item given the module path.</td>
 </tr>
@@ -419,6 +423,20 @@
         Private slot to discover tests but don't execute them.
 </p>
 
+<a NAME="TestingWidget.__editorClosing" ID="TestingWidget.__editorClosing"></a>
+<h4>TestingWidget.__editorClosing</h4>
+<b>__editorClosing</b>(<i>editor</i>)
+<p>
+        Private method called, when an editor is closing.
+</p>
+
+<dl>
+
+<dt><i>editor</i> (MiniEditor)</dt>
+<dd>
+reference to the closing editor
+</dd>
+</dl>
 <a NAME="TestingWidget.__findDiscoveryItem" ID="TestingWidget.__findDiscoveryItem"></a>
 <h4>TestingWidget.__findDiscoveryItem</h4>
 <b>__findDiscoveryItem</b>(<i>modulePath</i>)

eric ide

mercurial