On Tue, May 7, 2013 at 3:16 PM, Sheng <[email protected]> wrote: > File -> Recent does not show my most recently opened Leo files, even > though it has been opened many times and most recently. It only shows a > file named "workbook.leo".
You've found a bug that only affects new users, and I just learned about today: https://bugs.launchpad.net/leo-editor/+bug/971171 QQQQ Work Around: With Leo-Editor not running, create a zero length file $(HOME)/.leo/.leoRecentFiles.txt. This is tricky under Windows because File Explorer does NOT let you enter a file name that begins with a period. You can get around it by using the command line and standard-out redirection: echo >.leoRecentFiles.txt QQQQ -matt -- 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.
