Thanks Edward The goto-global-line shows the same problem with a brand new leo file, so it's nothing to do with old sentinels. Maybe it's just the way I use it: using @ and @c for introductory discussion at the top of functions means I can end up with 60 or more sentinels in a file, which can get you in totally the wrong node sometimes. The old version wasn't as bad as this, though. I guess I'll just go with @clean nodes
The wrapping thing is odd, now I look slightly more closely. I did have @bool wrap = True, BTW. the search wraps, but doesn't continue pas the start place. Is that by design? It's certainly different from the old approach which would keep cycling through the entire file. Leo's still great, despite my culture shock from the new version... Nic On Thursday, 2 February 2017 16:07:56 UTC+13, Edward K. Ream wrote: > > On Wed, Feb 1, 2017 at 7:00 PM, nic cave-lynch <[email protected] > <javascript:>> wrote: > >> >> - the 'wrap' of find is ignored >> >> Put @bool wrap = True in myLeoSettings.leo. > > There is a bit of an Easter Egg hint in the find menu. Capitalized words > are a reminder that Alt-Ctrl-whatever toggles the checkbox. > > In this case, the label is "wrap Around", so Alt-Ctrl-A toggles this box. > >> >> - when using @file nodes, the goto-global-line is going to a line >> that is as far past the required line as there are leo sentinels >> preceding >> it in the file. It works fine with @clean, on my limited test. >> >> There may be some glitches with Atl-G on @file nodes, but I use > goto-global-line all the time. It's not as broken as you imply. > > Are you using ancient sentinels? If so, you can remove lots of them (and > make Alt-G work better), by rewriting the external files with Ctrl-Shift-W > (write-at-file-nodes) > > 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.
