diff -r 00166038bba5 -r 6da6a0a5a448 eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAPIsPage.html --- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAPIsPage.html Fri Aug 23 20:08:33 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAPIsPage.html Sat Aug 24 16:33:42 2019 +0200 @@ -81,6 +81,9 @@ <td><a href="#EditorAPIsPage.__fillApisList">__fillApisList</a></td> <td>Private slot to fill the list of API files.</td> </tr><tr> +<td><a href="#EditorAPIsPage.__fillProjectTypeComboBox">__fillProjectTypeComboBox</a></td> +<td>Private slot to fill the selection of available project types for the given language.</td> +</tr><tr> <td><a href="#EditorAPIsPage.on_addApiFileButton_clicked">on_addApiFileButton_clicked</a></td> <td>Private slot to add the api file displayed to the listbox.</td> </tr><tr> @@ -180,7 +183,18 @@ <b>__fillApisList</b>(<i></i>) <p> Private slot to fill the list of API files. -</p><a NAME="EditorAPIsPage.on_addApiFileButton_clicked" ID="EditorAPIsPage.on_addApiFileButton_clicked"></a> +</p><a NAME="EditorAPIsPage.__fillProjectTypeComboBox" ID="EditorAPIsPage.__fillProjectTypeComboBox"></a> +<h4>EditorAPIsPage.__fillProjectTypeComboBox</h4> +<b>__fillProjectTypeComboBox</b>(<i>language</i>) +<p> + Private slot to fill the selection of available project types for the + given language. +</p><dl> +<dt><i>language</i> (str)</dt> +<dd> +selected API language +</dd> +</dl><a NAME="EditorAPIsPage.on_addApiFileButton_clicked" ID="EditorAPIsPage.on_addApiFileButton_clicked"></a> <h4>EditorAPIsPage.on_addApiFileButton_clicked</h4> <b>on_addApiFileButton_clicked</b>(<i></i>) <p> @@ -213,9 +227,9 @@ <p> Private slot to fill the api listbox of the api page. </p><dl> -<dt><i>language</i></dt> +<dt><i>language</i> (str)</dt> <dd> -selected API language (string) +selected API language </dd> </dl><a NAME="EditorAPIsPage.on_apiList_itemSelectionChanged" ID="EditorAPIsPage.on_apiList_itemSelectionChanged"></a> <h4>EditorAPIsPage.on_apiList_itemSelectionChanged</h4>