--- a/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html Wed Dec 29 16:53:04 2021 +0100 +++ b/eric7/Documentation/Source/eric7.UI.FindLocationWidget.html Wed Dec 29 16:54:36 2021 +0100 @@ -96,6 +96,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#FindLocationWidget.__clearResults">__clearResults</a></td> +<td>Private slot to clear the current search results.</td> +</tr> +<tr> <td><a href="#FindLocationWidget.__openFile">__openFile</a></td> <td>Private slot to open a file.</td> </tr> @@ -132,10 +136,6 @@ <td>Private slot to handle the double click on a file item.</td> </tr> <tr> -<td><a href="#FindLocationWidget.on_fileNameEdit_textChanged">on_fileNameEdit_textChanged</a></td> -<td>Private slot to handle the textChanged signal of the file name edit.</td> -</tr> -<tr> <td><a href="#FindLocationWidget.on_searchDirPicker_textChanged">on_searchDirPicker_textChanged</a></td> <td>Private slot to handle the textChanged signal of the search directory edit.</td> </tr> @@ -164,6 +164,13 @@ parent widget of this dialog </dd> </dl> +<a NAME="FindLocationWidget.__clearResults" ID="FindLocationWidget.__clearResults"></a> +<h4>FindLocationWidget.__clearResults</h4> +<b>__clearResults</b>(<i></i>) + +<p> + Private slot to clear the current search results. +</p> <a NAME="FindLocationWidget.__openFile" ID="FindLocationWidget.__openFile"></a> <h4>FindLocationWidget.__openFile</h4> <b>__openFile</b>(<i>itm=None</i>) @@ -275,20 +282,6 @@ column that was double clicked (ignored) </dd> </dl> -<a NAME="FindLocationWidget.on_fileNameEdit_textChanged" ID="FindLocationWidget.on_fileNameEdit_textChanged"></a> -<h4>FindLocationWidget.on_fileNameEdit_textChanged</h4> -<b>on_fileNameEdit_textChanged</b>(<i>text</i>) - -<p> - Private slot to handle the textChanged signal of the file name edit. -</p> -<dl> - -<dt><i>text</i> (str)</dt> -<dd> -(ignored) -</dd> -</dl> <a NAME="FindLocationWidget.on_searchDirPicker_textChanged" ID="FindLocationWidget.on_searchDirPicker_textChanged"></a> <h4>FindLocationWidget.on_searchDirPicker_textChanged</h4> <b>on_searchDirPicker_textChanged</b>(<i>text</i>)