On Tue, Oct 25, 2011 at 9:16 AM, Edward K. Ream <[email protected]> wrote:
> - Supporting --stylesheet would be a "simulation" in the sense that it would > not be passed to the QApplication ctor. This will be a bit tricky, because plugins are supposed to be allowed to create gui's. Thus, we will have to define precisely what happens when. This is not a big issue, but we want to arrange things so as to minimize surprises. Let's not discuss this further now... > ~/leo_config.py should execute after settings have been parsed, but before > plugins have been loaded. I say this because for several reasons: 1. The meaning of the home directory depends on g.computeStandardDirectories, called at the start of doPrePluginsInit. 2. We want leo_config.py to execute after settings are parsed, so that leo_config.py can use those settings if desired. 3. We want leo_config.py to execute both before *and* after Leo load plugins. As mentioned, this is not a problem: leo_config.py can schedule an "start2" event handler. EKR -- 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.
