diff -r 6d6a0e5f65ca -r 34fc53e6159d src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html --- a/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Sun Dec 04 10:34:43 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Sun Dec 04 11:58:37 2022 +0100 @@ -108,6 +108,10 @@ <td><a href="#FindFileDialog.activate">activate</a></td> <td>Public method to activate the dialog with a given mode, a text to search for and some search parameters.</td> </tr> +<tr> +<td><a href="#FindFileDialog.populateFileCategories">populateFileCategories</a></td> +<td>Public method to populate the search file categories list.</td> +</tr> </table> <h3>Static Methods</h3> @@ -161,6 +165,13 @@ (defaults to False) </dd> </dl> +<a NAME="FindFileDialog.populateFileCategories" ID="FindFileDialog.populateFileCategories"></a> +<h4>FindFileDialog.populateFileCategories</h4> +<b>populateFileCategories</b>(<i></i>) + +<p> + Public method to populate the search file categories list. +</p> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -336,6 +347,10 @@ <td><a href="#FindFileWidget.on_replacetextCombo_editTextChanged">on_replacetextCombo_editTextChanged</a></td> <td>Private slot to handle the editTextChanged signal of the replace text combo.</td> </tr> +<tr> +<td><a href="#FindFileWidget.populateFileCategories">populateFileCategories</a></td> +<td>Public method to populate the search file categories list.</td> +</tr> </table> <h3>Static Methods</h3> @@ -705,6 +720,13 @@ (ignored) </dd> </dl> +<a NAME="FindFileWidget.populateFileCategories" ID="FindFileWidget.populateFileCategories"></a> +<h4>FindFileWidget.populateFileCategories</h4> +<b>populateFileCategories</b>(<i></i>) + +<p> + Public method to populate the search file categories list. +</p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file