Documentation/Source/eric6.PluginManager.PluginManager.html

changeset 6267
350655a6c85f
parent 6088
b7fdd0db835e
child 6632
084880ed940c
equal deleted inserted replaced
6266:c7bc0e516cd6 6267:350655a6c85f
217 <table> 217 <table>
218 <tr><td>None</td></tr> 218 <tr><td>None</td></tr>
219 </table> 219 </table>
220 <a NAME="PluginManager.__init__" ID="PluginManager.__init__"></a> 220 <a NAME="PluginManager.__init__" ID="PluginManager.__init__"></a>
221 <h4>PluginManager (Constructor)</h4> 221 <h4>PluginManager (Constructor)</h4>
222 <b>PluginManager</b>(<i>parent=None, doLoadPlugins=True, develPlugin=None</i>) 222 <b>PluginManager</b>(<i>parent=None, disabledPlugins=None, doLoadPlugins=True, develPlugin=None</i>)
223 <p> 223 <p>
224 Constructor 224 Constructor
225 </p><p> 225 </p><p>
226 The Plugin Manager deals with three different plugin directories. 226 The Plugin Manager deals with three different plugin directories.
227 The first is the one, that is part of eric6 (eric6/Plugins). The 227 The first is the one, that is part of eric6 (eric6/Plugins). The
228 second one is the global plugin directory called 'eric6plugins', 228 second one is the global plugin directory called 'eric6plugins',
229 which is located inside the site-packages directory. The last one 229 which is located inside the site-packages directory. The last one
230 is the user plugin directory located inside the .eric6 directory 230 is the user plugin directory located inside the .eric6 directory
231 of the users home directory. 231 of the users home directory.
232 </p><dl> 232 </p><dl>
233 <dt><i>parent</i></dt> 233 <dt><i>parent</i> (QObject)</dt>
234 <dd> 234 <dd>
235 reference to the parent object (QObject) 235 reference to the parent object
236 </dd><dt><i>doLoadPlugins=</i></dt> 236 </dd><dt><i>disabledPlugins</i> (list of str)</dt>
237 <dd> 237 <dd>
238 flag indicating, that plugins should 238 list of plug-ins that have been disabled via
239 be loaded (boolean) 239 the command line parameters '--disable-plugin='
240 </dd><dt><i>develPlugin=</i></dt> 240 </dd><dt><i>doLoadPlugins</i> (bool)</dt>
241 <dd> 241 <dd>
242 filename of a plugin to be loaded for 242 flag indicating, that plug-ins should
243 development (string) 243 be loaded
244 </dd><dt><i>develPlugin</i> (str)</dt>
245 <dd>
246 filename of a plug-in to be loaded for
247 development
244 </dd> 248 </dd>
245 </dl><dl> 249 </dl><dl>
246 <dt>Raises <b>PluginModulesError</b>:</dt> 250 <dt>Raises <b>PluginModulesError</b>:</dt>
247 <dd> 251 <dd>
248 raised to indicate the absence of 252 raised to indicate the absence of

eric ide

mercurial