On Wed, Jun 13, 2012 at 10:56 AM, Terry Brown <[email protected]> wrote: > On Tue, 5 Jun 2012 14:13:58 -0500 > "Edward K. Ream" <[email protected]> wrote: > >> Note particularly that a wrapper is the "face" that is presented to >> Leo's core. Here is the line from createEditor:: >> >> wrapper = leoQTextEditWidget(w,name='body',c=c) > > I think this is getting close to what I'm looking for - I have > experimental body editor launching happening now. > > I've never really used multiple editors and now I'm wondering if the > current focus model, i.e. that the focused editor follows the tree, and > the tree jumps to the location of an editor when it's focused, is > sufficient (vs. my idea of locking editors to nodes etc.)
It repeatedly throws me off, lets see ... - add-editor = 2 editors, same node - select other editor, navigate to different node - select previous node, wanting to change editor, duplicate it instead That said, I also sometimes do the "right" thing and click the other editor. That implies I'd be happy with a static relationship between a node and an extra editor, though I'm having trouble parsing the workflow and options involved. My tendency is to want an rclick menu on the node providing a couple options re: extra editors. > > Also, perhaps not directly related to free_layout managing body > editors, it would be very useful to have frames, which might be body > editors or viewrendered panes etc., render a node *relative* to the > current node. > > E.g. you have a node selected in the tree and being edited by the body > editor, and another pane which displays / renders any child of that > node called '@diagram' for example. Which is perhaps SVG or whatever, > the idea is general - display auxiliary information in another pane > from a subnode (or possibly sibbling node). DROOL sounds very light-table-ish if I understand correctly. > > Cheers -Terry > > -- > 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. > -- 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.
