On Fri, 11 Nov 2011 22:53:49 -0500 Brian Theado <[email protected]> wrote:
> Should this line in BookMarkDisplay.__init__: > > c.db['_leo_bookmarks_show'] = str(v.gnx) > > be this instead? > > c.db['_leo_bookmarks_show'] = str(self.v.gnx) Yes, thanks. I usually run it from the free_layout pane management context menu, so I didn't see this. > Also, I was thinking from the docstring that the bookmarks_show > command would search for and use @bookmark subtrees whereas it seems > to actually operate on the current selected subtree. I think it would > help if the doc mentioned that only the double click cares about > @bookmarks. True, bug fixed and docs. updated in 4786, thanks! 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.
