Well thinking further, the only think I would *really* need is to find a way to keep a reference to nodes which lasts through changes in the trees, and if not possible for all of the nodes, at least for two of them, the node which begins the iteration, and the child currently in the loop.
On Sunday, May 12, 2013 7:52:39 PM UTC+2, Fidel Pérez wrote: > > Hi: > I have been reading on the documentation (both Leo and group) about > deleting childs in a node, and actually testing it myself and I cant manage > it to work since when a node is deleted the reference to it changes, so the > loop will go crazy (on one of the tests it acutally deleted all the nodes > in my leo file lol) > Did someone solve this problem already? Which would be the code to delete > the following nodes? > > *Code I tried:* > * > * > >> for idx, n in enumerate(MasterNode.subtree()): >> c.deleteOutline(n) > > > As previously said, I'm adding all those to an easy access list (which > hopefully will be a part of the quickstart guide) so new users will > directly know how to apply those. > Thanks! > -- 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?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
