On Fri, Jul 11, 2014 at 11:41 AM, 'Terry Brown' via leo-editor <[email protected]> wrote:
>> > I propose that we convert p.get_UNL, vc.find_absolute_unl_node and >> vc.find_position_for_relative_unl. > > What's the status of those methods? Unchanged, and in the same places. I am thinking of a new file, say leoPersistence.py, a much simpler version of leoViews.py. It's purpose is to recreate clone links and uA's, so it will have code copied/pasted from leoViews.py. So there will be copies of vc.find_absolute_unl_node and and vc.find_position_for_relative_unl in what will be called the PersistenceController class. This class will not reorganize nodes, so much of the truly horrible code in leoViews.py will disappear. This class will support @persistence nodes. Again, much like @views trees but containing just @clones and @uas nodes and maybe @gnxs. Each of these nodes will probably contain lists of unls, each unl being associated with data. Details hazy. 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
