On Mon, May 17, 2010 at 12:14 PM, Kent Tenney <[email protected]> wrote: > A couple more suggestions in the spirit of .leo as a > graph datastore, accessed via leoBridge: > > - move <leo-headers ... /> , <globals> </globals>, <preferences /> and > <find_panel_settings /> > into an external file. > (it seems like this would also have versioning benefits)
A bad idea. It is almost always wrong to split information into pieces that the user can then mess with separately. Databases use many files, but the user doesn't get to change them outside of the database. > - make the default UA a string instead of a pickle I'm not going to change the default. That could/would break existing .leo files. > - put the Leo tags in a namespace Easily done. Please create a wishlist item. 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.
