On Wed, Jan 25, 2017 at 2:18 AM, Milan Melena <[email protected]> wrote:
> Hello, > > I have the same problem. When you investigate method call order, you will > see: > > mod_scripting: ScriptingController.createCommonButtons -> > ScriptingController.getScript -> g.getScript -> > > g.extractExecutableString -> *language = g.scanForAtLanguage* > > when in @button node is not explicitly set *@language python*, this last > call returns language '*rest*' for me. > Many thanks for this sleuthing. Perhaps the new g.extractExecutableString function is the culprit. You can test this for yourself by having g.extractExecutableString simply return s. Does this help? 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.
