On Thursday, March 14, 2013 4:01:19 AM UTC-5, HaveF wrote: > > Hi! > > I have a @shadow file like this: > > http://goo.gl/OE7TS > > with only one @others in the root node. > > but when I reopen it, the structure of nodes seems lost. > > http://goo.gl/dZuAQ >
At *long* last I have gotten around to this item. I *am* able to reproduce the bug. I have just filed bug 1226353 @shadow does not retain outline structure properly. https://bugs.launchpad.net/leo-editor/+bug/1226353 I have given it high priority, but this does not guarantee that the fix will make it into 4.11. Here are some comments from the bug report: The shadow files (the private files containing the sentinels) use the *old* (#@+leo-ver=4-thin) sentinels, rather than the new (#@+leo-ver=5-thin) sentinels. The old sentinels don't have an explicit notion of nesting level; the new sentinels do, so it would seem that the way to fix this problem is to use new sentinels. However, this would be a major change to the inner workings of the @shadow logic. -- 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/groups/opt_out.
