diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.PluginManager.PluginManager.html --- a/Documentation/Source/eric5.PluginManager.PluginManager.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.PluginManager.PluginManager.html Fri Mar 11 16:51:57 2011 +0100 @@ -188,13 +188,13 @@ </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, doLoadPlugins=True, develPlugin=None</i>) <p> Constructor </p><p> The Plugin Manager deals with three different plugin directories. The first is the one, that is part of eric5 (eric5/Plugins). The - second one is the global plugin directory called 'eric5plugins', + second one is the global plugin directory called 'eric5plugins', which is located inside the site-packages directory. The last one is the user plugin directory located inside the .eric5 directory of the users home directory. @@ -300,7 +300,7 @@ </dd> </dl><a NAME="PluginManager.activatePlugin" ID="PluginManager.activatePlugin"></a> <h4>PluginManager.activatePlugin</h4> -<b>activatePlugin</b>(<i>name, onDemand = False</i>) +<b>activatePlugin</b>(<i>name, onDemand=False</i>) <p> Public method to activate a plugin. </p><dl> @@ -325,7 +325,7 @@ set to True. </p><a NAME="PluginManager.deactivatePlugin" ID="PluginManager.deactivatePlugin"></a> <h4>PluginManager.deactivatePlugin</h4> -<b>deactivatePlugin</b>(<i>name, onDemand = False</i>) +<b>deactivatePlugin</b>(<i>name, onDemand=False</i>) <p> Public method to deactivate a plugin. </p><dl> @@ -385,12 +385,12 @@ <dd>filename of the pixmap to be shown next to the display string</dd> <dt>page creation function</dt> <dd>plugin module function to be called to create the configuration - page. The page must be subclasses from + page. The page must be subclasses from Preferences.ConfigurationPages.ConfigurationPageBase and must implement a method called 'save' to save the settings. A parent entry will be created in the selection list, if this value is None.</dd> <dt>parent key</dt> - <dd>dictionary key of the parent entry or None, if this defines a + <dd>dictionary key of the parent entry or None, if this defines a toplevel entry.</dd> <dt>reference to configuration page</dt> <dd>This will be used by the configuration dialog and must always be None</dd> @@ -456,7 +456,7 @@ <li>versionCommand - commandline parameter for the exe (string)</li> <li>versionStartsWith - indicator for the output line containing the version (string)</li> - <li>versionPosition - number of element containing the + <li>versionPosition - number of element containing the version (integer)</li> <li>version - version to be used as default (string)</li> <li>versionCleanup - tuple of two integers giving string positions @@ -480,7 +480,7 @@ <dt>Returns:</dt> <dd> list of tuples giving module name (string), plugin name (string), - version (string), autoactivate (boolean), active (boolean), + version (string), autoactivate (boolean), active (boolean), short description (string), error flag (boolean) </dd> </dl><a NAME="PluginManager.getPluginModules" ID="PluginManager.getPluginModules"></a> @@ -500,7 +500,7 @@ </dd> </dl><a NAME="PluginManager.getPluginObject" ID="PluginManager.getPluginObject"></a> <h4>PluginManager.getPluginObject</h4> -<b>getPluginObject</b>(<i>type_, typename, maybeActive = False</i>) +<b>getPluginObject</b>(<i>type_, typename, maybeActive=False</i>) <p> Public method to activate an ondemand plugin given by type and typename. </p><dl> @@ -616,7 +616,7 @@ </dd> </dl><a NAME="PluginManager.loadPlugin" ID="PluginManager.loadPlugin"></a> <h4>PluginManager.loadPlugin</h4> -<b>loadPlugin</b>(<i>name, directory, reload_ = False</i>) +<b>loadPlugin</b>(<i>name, directory, reload_=False</i>) <p> Public method to load a plugin module. </p><p>