On Wed, 5 Oct 2011 18:15:27 -0500 "Edward K. Ream" <[email protected]> wrote:
> On Wed, Oct 5, 2011 at 3:07 PM, Terry Brown <[email protected]> wrote: > > > how to most helpfully collapse a set of non-contiguous selected nodes into > > a single > > subtree when they're pasted? > > Helpfully? What on earth could that mean? :-) "When I use a word," Humpty Dumpty said in rather a scornful tone, "it means just what I choose it to mean -- neither more nor less." :-) > Why not just create a node, call it "copied nodes" and paste each node > as the next child of that node. This is what clone-find-all and > move/clone-marked-nodes do. Isn't this good enough? Now I think about it that probably does cover most cases well enough - I was thinking about cases where you have nodes selected at multiple levels - it's perhaps similar to the delete logic, if a higher level (left most) node is selected, you can ignore any selections on lower level (right most) nodes, as they should be dragged along with the ancestor. 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.
