On Tue, 6 Aug 2013 06:16:42 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> Now that a straightforward way to program rich text capabilities has > appeared, it's time to discuss more important matters, namely: :-) my comments just now weren't in response to your analysis this morning, although they address similar issues. If we had a rich text editing widget, be it native PyQt or embedded web browser, the most obvious GUI integration would be a QStackedWidget http://qt-project.org/doc/qt-4.8/qstackedwidget.html with the existing body pane editor, you could just swap between them. You'd probably run in to the same issues that hamper using free-layout to manage multiple body editors, i.e. that Leo's body text editor is somewhat of a singleton widget, multi-pane body editing not withstanding. Of course for prototyping you could always use a separate window / pane, even if that would be rejected as a final solution ;-) Cheers -Terry -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
