diff -r efa1bdc53d4e -r 933c08329e8b src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html Thu May 08 16:09:46 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html Thu May 08 16:11:25 2025 +0200 @@ -41,7 +41,8 @@ QDialog, Ui_PluginWizardDialog <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>AutoActivatePluginTypes</td></tr> +<tr><td>OnDemandPluginTypes</td></tr> </table> <h3>Class Methods</h3> @@ -64,6 +65,10 @@ <td>Public method to get the source code.</td> </tr> <tr> +<td><a href="#PluginWizardDialog.on_autoActivateCheckBox_toggled">on_autoActivateCheckBox_toggled</a></td> +<td>Public slot to handle a change of state of the 'Activate Automatically' option.</td> +</tr> +<tr> <td><a href="#PluginWizardDialog.on_pluginTypeCombo_currentTextChanged">on_pluginTypeCombo_currentTextChanged</a></td> <td>Private slot to react upon the selection of a plug-in type.</td> </tr> @@ -123,6 +128,21 @@ str </dd> </dl> +<a NAME="PluginWizardDialog.on_autoActivateCheckBox_toggled" ID="PluginWizardDialog.on_autoActivateCheckBox_toggled"></a> +<h4>PluginWizardDialog.on_autoActivateCheckBox_toggled</h4> +<b>on_autoActivateCheckBox_toggled</b>(<i>checked</i>) +<p> + Public slot to handle a change of state of the 'Activate Automatically' + option. +</p> + +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the option +</dd> +</dl> <a NAME="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged" ID="PluginWizardDialog.on_pluginTypeCombo_currentTextChanged"></a> <h4>PluginWizardDialog.on_pluginTypeCombo_currentTextChanged</h4> <b>on_pluginTypeCombo_currentTextChanged</b>(<i>txt</i>)