> > So it looks like we're stuck. Any ideas? > Apart from using a sophisticated decorator you could just pass the class name as an optional parameter in
@cmd(command_name, class_name=None) I'm no expert here, but this would require about 150 changes in the Leo code base and could be done by a regex search/replace. Of course, this solution would be less robust when a class name changes. But then, how often does this happen? Reinhard -- 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.
