On Wed, Mar 30, 2011 at 9:20 AM, Terry Brown <[email protected]> wrote:
> I think there three classes of extra pane, at least. Ok. I'm convinced. > I think the user should be able to have as many class 2 and 3 panes > around as they want, and I think this can be approached through the > free_layout / nested_splitter levels of the system. Reasonable. The embed_widget method in viewrendered.py does this for the rendering pane. I forget the details, but presumably it would be possible to have more than one rendering pane by creating multiple instances of ViewRenderedController. Some work would have to be done... > Where you might want viewrendered to also allow multiple instances of > itself would be in non-tracking reference image displays etc. Reasonable. Partially available now with the lock/unlock commands. > Also, ultimately, it would be nice if the free_layout / nested_splitter > levels of the system could include moving panes from to separate > windows, and also become the manager for stickynotes etc. Sure. There is no end to improvements :-) The bottom line: allowing multiple additional panes, either in a tabbed widget or not, makes sense. I don't want to do anything about these possibilities until I finish bugs, the present viewrendered widget and autocompletion. Edward -- 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.
