On Sun, 8 Dec 2013 05:09:27 -0800 (PST) jkn <[email protected]> wrote:
> I had a quick look at the code in contextmenu.py which creates the (tree) > right-click context menu. I think > it would be an idea to improve it slightly so that > > i) the body of the contextmenu_commands outline could be a bit more > free-format, with blank lines etc. > ii) There could be a way to add separators to the context menu (via > menu.addSeparator()). > > I'll have a go at this part at least myself... You could use '---' to indicate separators - a trivial part of the problem, but I think there's another context in Leo where that's used to indicate a separator, maybe in @rlick nodes, so that would be consistent. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
