On Fri, Apr 8, 2011 at 2:43 PM, Court-Jus <[email protected]> wrote: > When i clone @file nodes, they get written two times. Worst : imagine > the following tree : > > - test @file clones > - @path /tmp > - @path test1 > - @file testfile.txt > - View of some interesting files > - @file testfile.txt
Right. This is a FAQ, although there may not be an entry in the actual FAQ. If you intend actually to generate two external files, you are asking for insurmountable synchronization problems: don't do it. Having said that, I often clone @file nodes for study, but I never mess with @path nodes so I don't run into any serious problems. 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.
