On Thu, 21 Jun 2012 12:44:11 -0500 Terry Brown <[email protected]> wrote:
> so > > name = "GGL ToDo" > for i in g.app.db['_quickmove']['global_targets']: > if i['name'] == name: > unl = i['unl'] > break > c.quickMove.bookmark_other(unl) # bookmark > c.quickMove.to_other(unl, cut=False) # copy > c.quickMove.to_other(unl, cut=True) # move but of course you don't have to look up the unl from g.app.db['_quickmove']['global_targets'], you can make them up / get them from anywhere. -- 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.
