On Mon, May 4, 2020 at 1:29 PM vitalije <[email protected]> wrote: If you have installed by hand perhaps you've missed to change leoUndo.py ? > At the end of the file you should add the line: > > g.Undoer_in_c = lambda c:c.undoer > Yes, I did miss that.
I am leaning towards using @g.command to define all commands. Yes, defining top-level functions for all commands isn't as "elegant" as using an in-place decorator, but it has the advantage that I can actually understand the decorator :-) Furthermore, I am having excellent results the with the conversion script. The script usually "just works". Converting a file takes about 15 minutes, with testing. Edward -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS2_SsBTf0Dst62uzvij%3DPE26mfVBUywVFuu%3Dxo%3DS%3DZkAQ%40mail.gmail.com.
