On Monday, December 11, 2017 at 10:18:39 AM UTC-6, Edward K. Ream wrote: > The new check-conventions command replaces an @button node I used to develop #632 <https://github.com/leo-editor/leo-editor/issues/632>.
Rev 11097ea adds a "production" switch, which is now True. (It may be False for testing). In this mode the command checks @<file> nodes "near" c.p using g.findRootsWithPredicate(). That is, the command does the following: 1. It checks all @<file> nodes in c.p's tree, including c.p itself. 2. If none are found, it looks up the tree for an @<file> node. 3. If still no @<file> nodes are found, the command expands the search if c.p is a clone. 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.
