On Tue, Aug 26, 2008 at 10:25 AM, Terry Brown <[EMAIL PROTECTED]> wrote:
> I thought Leo was going to start using .leo/shadow in dirs where > @shadow files occur and .leo/myLeoSettings.leo would be checked > anywhere a foo.leo file was loaded. This depends on the shadow_subdir setting. The default is: @string shadow_subdir = .leo_shadow > After the bug's resolved, the question is, if (?) leo uses .leo/ > anywhere a foo.leo file was loaded, does that work for Windows users? I'm not sure what your asking, but I did verify that the following setting works: @string shadow_subdir = .leo/shadow BTW, it doesn't matter whether you use forward or back slashes: Leo should use g.os_path_normpath to convert to os.sep as needed. Imo, it does work on Windows to have Leo create folders that start with '.'. That is, windows is happy and users shouldn't need to change the name of such folders. 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 -~----------~----~----~----~------~----~------~--~---
