A minor thing, but the old def cmd_jump_to_error() code in leoscreen.py
plugin would generate the command leoscreen-jump-to-error.  The new
g.command("leoscreen-jump_to_error") decorator is generating the command
leoscreen-jump_to_error.  Trivial solution is to change the decorator to
g.command("leoscreen-jump-to-error"), but I'm wondering if g.command
should translate '_' to '-' automatically?  It seems that happens in
other places, although maybe they're not relevant.

Anyway, for now I'm changing the decorators, just raising the question
of g.command's desired behavior in this case - fine with me if it
leaves '_' untouched.

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/d/optout.

Reply via email to