--- a/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Mon Mar 04 11:45:12 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Mon Mar 04 11:46:04 2024 +0100 @@ -64,6 +64,10 @@ <td>Private method to populate the license selector with the list of trove license types.</td> </tr> <tr> +<td><a href="#PropertiesDialog.__setMainScriptPickerFilters">__setMainScriptPickerFilters</a></td> +<td>Private method to set the filters for the main script file picker.</td> +</tr> +<tr> <td><a href="#PropertiesDialog.getPPath">getPPath</a></td> <td>Public method to get the project path.</td> </tr> @@ -156,11 +160,18 @@ </dl> <a NAME="PropertiesDialog.__initFileTypesDict" ID="PropertiesDialog.__initFileTypesDict"></a> <h4>PropertiesDialog.__initFileTypesDict</h4> -<b>__initFileTypesDict</b>(<i></i>) +<b>__initFileTypesDict</b>(<i>force=False</i>) <p> Private slot to (re-)initialize the filetype dictionary. </p> +<dl> + +<dt><i>force</i> (bool (optional))</dt> +<dd> +flag indicating to force the initialization (defaults to False) +</dd> +</dl> <a NAME="PropertiesDialog.__populateLicenseComboBox" ID="PropertiesDialog.__populateLicenseComboBox"></a> <h4>PropertiesDialog.__populateLicenseComboBox</h4> <b>__populateLicenseComboBox</b>(<i></i>) @@ -169,6 +180,13 @@ license types. </p> +<a NAME="PropertiesDialog.__setMainScriptPickerFilters" ID="PropertiesDialog.__setMainScriptPickerFilters"></a> +<h4>PropertiesDialog.__setMainScriptPickerFilters</h4> +<b>__setMainScriptPickerFilters</b>(<i></i>) +<p> + Private method to set the filters for the main script file picker. +</p> + <a NAME="PropertiesDialog.getPPath" ID="PropertiesDialog.getPPath"></a> <h4>PropertiesDialog.getPPath</h4> <b>getPPath</b>(<i></i>)