On Mon, Jun 8, 2009 at 2:43 PM, TL <[email protected]> wrote: > > From a Leo user's perspective, I see the @ignore directive as a means > to instruct the user of the file to ignore that node's content. One > way to do this is to not write the node's content to the file.
Conceivable. The proper way to do this would be to create @+ignore and @-ignore sentinels. When writing an @ignored tree, the tree would be written as usual, with body text "quoted" (commented out). When reading a .leo file, all body text between the @+-ignore sentinels would be unquoted. However, this has extremely low priority with me. Furthermore, the "ignored" body is *not* ignored in the external file, it is simply commented out. To repeat, there are several obvious workarounds. You can move the @ignore tree so that it gets written to the .leo file, or you can put the @ignore tree (sans the @ignore) inside an @thin tree with an @all at the top. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
