That makes it awkward for the plugins because it's not backwards compatible. Especially, if I would want to go back and revisit code in some previous commit ir another branch where the change hadn't been made. Maybe leaving in the deprecated method for a while would be a good idea.
I think I'll put in a conditional call in VR3 in case one or the other method doesn't work. On Sunday, October 11, 2020 at 2:51:11 PM UTC-4, Edward K. Ream wrote: > > > > On Sun, Oct 11, 2020 at 10:41 AM Thomas Passin <[email protected] > <javascript:>> wrote: > >> Strange ... nothing has been changed about this in VR3. Edward, has >> something been changed in JEditColorizer? >> > > I just fixed this in devel. colorizer.findFirstValidAtLanguageDirective > has been replaced by g.findFirstValidAtLanguageDirective. I changed the > code in Leo's core, but I forgot about plugins. > > Which reminds me. I'm planning to merge leoPluginsRef.leo into leoRef.leo > so this kind of thing will be less likely. > > 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/6947442e-2b60-40fc-9634-c74f6c2ff512o%40googlegroups.com.
