This is seriously cool stuff. Now, how to use it ... My first take is: I've created a file warehouse.leo which has nodes for various projects.
I've been using this idiom: When I'm about to make major changes to a method, I copy the node and edit the copy. Python doesn't care, the new version replaces the old one. This provides easy fall-back, but can get confusing when I end up editing in the old version ... Instead, I'll try copying to the target node in warehouse.leo and editing away. That will provide the service without clutter. - can focus not go to the target node? - is there an API to drive this from @command and @button nodes? Thanks, Kent On Thu, Jun 21, 2012 at 10:38 AM, Terry Brown <[email protected]> wrote: > On Wed, 20 Jun 2012 11:27:45 -0500 > Terry Brown <[email protected]> wrote: > >> The tree view context menu Move submenu has had Copy/Move/Bookmark to >> top of a different outline command for some time, but only to the top >> of the other outline. You can now specify any node anywhere as a >> destination for these operations. This list of global destinations is >> persistent and can be edited, see the quickMove instructions for >> details (the parts relating to "targets" are the new parts). >> >> This is very useful for quickly filing incoming bookmarks / todo items >> etc. > > Latest push, 5403, makes this even more useful, as the five most recent > Copy/Move/Bookmark to actions appear at the top of the top-level of the > tree context menu for convenience (as opposed to a submenu of a submenu > of the last item on the context menu, which doesn't make for quick > filing :) > > 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.
