On Sunday, March 10, 2019 at 8:14:53 AM UTC-5, Edward K. Ream wrote: > > Moving pyzo features into Leo promises to be easier than expected. >
Still true. I am working on the second version of the "Shell" prototype script. In the new prototype the MainWindow's central widget will be a dummy outline widget, with some support for all other pyzo tool windows. That will be a major milestone. Much of the work involves imports. There are subtle differences in what imports do, depending on context. Using a prototype script isolates the import issues, so there are no real mysteries. pyzo defines its own wrappers for PyQt, which again are subtly different from Leo's own wrappers in leo.core.leoQt. The pyzo wrappers are arguably better, but for now I'll adapt the prototype to use Leo's wrappers. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
