On Thu, 21 Jun 2012 14:35:52 -0500 Kent Tenney <[email protected]> wrote:
> I think I want something like > > c.quickMove.to_other(unl, cut=False, follow=False) # copy If you want it via a call to c.quickMove.to_other(), as opposed to via the quickMove context menu / settings, I bet you could add that yourself ;-) I think the changes would just be adding the extra keyword arg. to to_other() and using it to skip the self.c.selectPosition() which moves you to the next node. Remembering if you're seeing it jump to the other outline, that's because currently it needs @bool quickmove_timer_hack = True to stay in the right outline. Cheers -Terry > 'follow=False' means > > - Node that you operated on (or next node if it was a move) > > That would offer 'stash this node before I change it' -- 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.
