--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Fri Mar 21 16:27:43 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserWindow.html Fri Mar 21 16:29:08 2025 +0100 @@ -339,6 +339,10 @@ <td>Private slot handling the end of documentation installation.</td> </tr> <tr> +<td><a href="#WebBrowserWindow.__editorClosing">__editorClosing</a></td> +<td>Private method called, when an editor is closing.</td> +</tr> +<tr> <td><a href="#WebBrowserWindow.__exportShortcuts">__exportShortcuts</a></td> <td>Private slot to export the keyboard shortcuts.</td> </tr> @@ -1880,6 +1884,20 @@ flag indicating that documents were installed (unused) </dd> </dl> +<a NAME="WebBrowserWindow.__editorClosing" ID="WebBrowserWindow.__editorClosing"></a> +<h4>WebBrowserWindow.__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="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a> <h4>WebBrowserWindow.__exportShortcuts</h4> <b>__exportShortcuts</b>(<i></i>)