diff -r c2f9c10c47cc -r b45bccbdf331 src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html --- a/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Sun Dec 11 15:49:39 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html Sun Dec 11 17:33:46 2022 +0100 @@ -59,6 +59,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#PropertiesDialog.__initFileTypesDict">__initFileTypesDict</a></td> +<td>Private slot to (re-)initialize the filetype dictionary.</td> +</tr> +<tr> <td><a href="#PropertiesDialog.__populateLicenseComboBox">__populateLicenseComboBox</a></td> <td>Private method to populate the license selector with the list of trove license types.</td> </tr> @@ -75,6 +79,10 @@ <td>Private slot to handle a change of the project directory.</td> </tr> <tr> +<td><a href="#PropertiesDialog.on_filetypesButton_clicked">on_filetypesButton_clicked</a></td> +<td>Private slot to open a dialog to edit the filetype associations.</td> +</tr> +<tr> <td><a href="#PropertiesDialog.on_languageComboBox_currentTextChanged">on_languageComboBox_currentTextChanged</a></td> <td>Private slot handling the selection of a programming language.</td> </tr> @@ -122,23 +130,31 @@ </p> <dl> -<dt><i>project</i></dt> +<dt><i>project</i> (Project)</dt> <dd> reference to the project object </dd> -<dt><i>new</i></dt> +<dt><i>new</i> (bool (optional))</dt> <dd> flag indicating the generation of a new project + (defaults to True) </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget (optional))</dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog (defaults to None) </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str (optional))</dt> <dd> -name of this dialog (string) +name of this dialog (defaults to None) </dd> </dl> +<a NAME="PropertiesDialog.__initFileTypesDict" ID="PropertiesDialog.__initFileTypesDict"></a> +<h4>PropertiesDialog.__initFileTypesDict</h4> +<b>__initFileTypesDict</b>(<i></i>) + +<p> + Private slot to (re-)initialize the filetype dictionary. +</p> <a NAME="PropertiesDialog.__populateLicenseComboBox" ID="PropertiesDialog.__populateLicenseComboBox"></a> <h4>PropertiesDialog.__populateLicenseComboBox</h4> <b>__populateLicenseComboBox</b>(<i></i>) @@ -187,6 +203,13 @@ name of the project directory (string) </dd> </dl> +<a NAME="PropertiesDialog.on_filetypesButton_clicked" ID="PropertiesDialog.on_filetypesButton_clicked"></a> +<h4>PropertiesDialog.on_filetypesButton_clicked</h4> +<b>on_filetypesButton_clicked</b>(<i></i>) + +<p> + Private slot to open a dialog to edit the filetype associations. +</p> <a NAME="PropertiesDialog.on_languageComboBox_currentTextChanged" ID="PropertiesDialog.on_languageComboBox_currentTextChanged"></a> <h4>PropertiesDialog.on_languageComboBox_currentTextChanged</h4> <b>on_languageComboBox_currentTextChanged</b>(<i>language</i>)