Just found the text below in leoDocs.leo
The line:
"Leo attempts to load all plugins every time an @enabled-plugins node is seen"
clears up the question I asked in another thread.
I suggest adding that note to the comment in leoSettings.leo -> @enabled-plugins
g.app.gui.getEnabledPlugins doesn't seem to exist
======================================================================
The body text of the @enabled plugins node contains a list of enabled
plugins, one per line.
Comment lines are ignored.
Notes:
A) Leo attempts to load all plugins every time an @enabled-plugins
node is seen.
If the plugin has already been loaded, Leo silently ignores the
request to re-enable the plugin.
Leo never attempts to disable a plugin while processing enabled plugin
strings. Thus, plugins enabled in an @enabled-plugins node in
leoSettings.leo
*will* be enabled regardless of the contents of any other
@enabled-plugins node.
B) g.app.gui.getEnabledPlugins contains the last value last
processed @enabled-plugins node.
C) Leo no longer uses the pluginsManager.txt file.
======================================================================
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---