On Mon, Jun 1, 2015 at 6:22 AM, john lunzer <[email protected]> wrote:
> About a month ago Terry posted about how the dynamic nature of > @button/@rclick/@command nodes and how powerful that concept is. > > When I define commands in my myLeoSettings.leo @settings-->@commands node > I'm not seeing this "dynamic" behavior. If I change code in one of these > @command mycmd nodes I have to restart Leo for the code to update. That > said @button nodes or buttons created from the script-button button are > dynamic and they are awesome and powerful. > > Somebody let me know what I'm doing wrong. Are they only dynamic for local > @commands? > My apologies for the delay in responding. The fix for #171 <https://github.com/leo-editor/leo-editor/issues/171> does indeed freeze non-local @command and @button nodes. The notes give detailed rationale for this behavior. It isn't going to change. The workaround is to test scripts using local @button/@command nodes. EKR -- 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.
