--- a/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html Sun Apr 02 17:57:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.SearchReplaceWidget.html Sun Apr 02 18:06:41 2023 +0200 @@ -91,6 +91,10 @@ <td>Protected method handling state changes.</td> </tr> <tr> +<td><a href="#SearchReplaceSlidingWidget.editorClosed">editorClosed</a></td> +<td>Public slot to handle the closing of an editor.</td> +</tr> +<tr> <td><a href="#SearchReplaceSlidingWidget.findNext">findNext</a></td> <td>Public slot to find the next occurrence of text.</td> </tr> @@ -202,6 +206,20 @@ event containing the state change </dd> </dl> +<a NAME="SearchReplaceSlidingWidget.editorClosed" ID="SearchReplaceSlidingWidget.editorClosed"></a> +<h4>SearchReplaceSlidingWidget.editorClosed</h4> +<b>editorClosed</b>(<i>editor</i>) + +<p> + Public slot to handle the closing of an editor. +</p> +<dl> + +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the closed editor +</dd> +</dl> <a NAME="SearchReplaceSlidingWidget.findNext" ID="SearchReplaceSlidingWidget.findNext"></a> <h4>SearchReplaceSlidingWidget.findNext</h4> <b>findNext</b>(<i></i>) @@ -408,6 +426,10 @@ <td>Protected method handling state changes.</td> </tr> <tr> +<td><a href="#SearchReplaceWidget.editorClosed">editorClosed</a></td> +<td>Public slot to handle the closing of an editor.</td> +</tr> +<tr> <td><a href="#SearchReplaceWidget.findNext">findNext</a></td> <td>Public slot to find the next occurrence of text.</td> </tr> @@ -775,6 +797,20 @@ event containing the state change </dd> </dl> +<a NAME="SearchReplaceWidget.editorClosed" ID="SearchReplaceWidget.editorClosed"></a> +<h4>SearchReplaceWidget.editorClosed</h4> +<b>editorClosed</b>(<i>editor</i>) + +<p> + Public slot to handle the closing of an editor. +</p> +<dl> + +<dt><i>editor</i> (Editor)</dt> +<dd> +reference to the closed editor +</dd> +</dl> <a NAME="SearchReplaceWidget.findNext" ID="SearchReplaceWidget.findNext"></a> <h4>SearchReplaceWidget.findNext</h4> <b>findNext</b>(<i></i>)