On Wed, Feb 1, 2017 at 5:44 PM, lewis <[email protected]> wrote:
> I get this traceback running vr on a node with @language rest: > File "N:\git\leo-editor\leo\plugins\viewrendered.py", line 1143, in > get_kind > language = colorizer.scanColorDirectives(p) > AttributeError: 'JEditColorizer' object has no attribute > 'scanColorDirectives' > ​Thanks for this report. Fixed at rev 1b678c0 in master. The old name, scanColorDirectives was grossly confusing, so it had to change. It's now scanLanguageDirectives. I forgot to check whether any plugins used it. I've made this change also in leo\writers\ipynb.py. 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
