There are two parts to this announcement:
1. Leo will open the file named in this setting you you open Leo
without specifying any other .leo file.
2. Leo now supports '~' in any filename.
This was done by creating a g.os_path_finalize function, which
essentially returns
os.path.normpath(os.path.abspath(os.path.expanduser(path)))
This an effective refactoring, and it is a much better solution than
trying to silently overload g.os_path_abspath or g.os_path_normpath.
This potentially could cause subtle differences in how Leo operates,
so take care.
All unit tests pass and pylint is happy.
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
-~----------~----~----~----~------~----~------~--~---