diff -r 93f057ae133f -r 91f61f6e3ffb src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html --- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html Tue Aug 30 19:40:30 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html Tue Aug 30 19:41:35 2022 +0200 @@ -503,20 +503,26 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> name of the module to be activated </dd> -<dt><i>onDemand</i></dt> +<dt><i>onDemand</i> (bool)</dt> <dd> flag indicating activation of an - on demand plugin (boolean) + on demand plugin </dd> </dl> <dl> <dt>Return:</dt> <dd> -reference to the initialized plugin object +reference to the initialized plugin object and an error string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (QObject, str) </dd> </dl> <dl> @@ -873,24 +879,30 @@ </p> <dl> -<dt><i>type_</i></dt> +<dt><i>type_</i> (str)</dt> <dd> -type of the plugin to be activated (string) +type of the plugin to be activated </dd> -<dt><i>typename</i></dt> +<dt><i>typename</i> (str)</dt> <dd> -name of the plugin within the type category (string) +name of the plugin within the type category </dd> -<dt><i>maybeActive</i></dt> +<dt><i>maybeActive</i> (bool)</dt> <dd> flag indicating, that the plugin may be active - already (boolean) + already </dd> </dl> <dl> <dt>Return:</dt> <dd> -reference to the initialized plugin object +reference to the initialized plugin object and an error string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (QObject, str) </dd> </dl> <a NAME="PluginManager.getPluginPreviewPixmap" ID="PluginManager.getPluginPreviewPixmap"></a>