--- a/Documentation/Source/eric6.PluginManager.PluginManager.html Sun Apr 22 14:01:39 2018 +0200 +++ b/Documentation/Source/eric6.PluginManager.PluginManager.html Sun Apr 22 19:21:44 2018 +0200 @@ -219,7 +219,7 @@ </table> <a NAME="PluginManager.__init__" ID="PluginManager.__init__"></a> <h4>PluginManager (Constructor)</h4> -<b>PluginManager</b>(<i>parent=None, doLoadPlugins=True, develPlugin=None</i>) +<b>PluginManager</b>(<i>parent=None, disabledPlugins=None, doLoadPlugins=True, develPlugin=None</i>) <p> Constructor </p><p> @@ -230,17 +230,21 @@ is the user plugin directory located inside the .eric6 directory of the users home directory. </p><dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -reference to the parent object (QObject) -</dd><dt><i>doLoadPlugins=</i></dt> +reference to the parent object +</dd><dt><i>disabledPlugins</i> (list of str)</dt> <dd> -flag indicating, that plugins should - be loaded (boolean) -</dd><dt><i>develPlugin=</i></dt> +list of plug-ins that have been disabled via + the command line parameters '--disable-plugin=' +</dd><dt><i>doLoadPlugins</i> (bool)</dt> <dd> -filename of a plugin to be loaded for - development (string) +flag indicating, that plug-ins should + be loaded +</dd><dt><i>develPlugin</i> (str)</dt> +<dd> +filename of a plug-in to be loaded for + development </dd> </dl><dl> <dt>Raises <b>PluginModulesError</b>:</dt>