@auto 'Refresh from disk' issue

2014-05-23 Thread Kent Tenney
I've also been seeing this with real files, if changed outside Leo, refresh from disk fails, the .py file has it's contents duplicated. A minimal @auto file: @auto z.py pass @others foo class foo: @others def __init__(): pass - save Leo

Re: @auto 'Refresh from disk' issue

2014-05-23 Thread 'Terry Brown' via leo-editor
On Fri, 23 May 2014 08:12:03 -0500 Kent Tenney kten...@gmail.com wrote: I've also been seeing this with real files, if changed outside Leo, refresh from disk fails, the .py file has it's contents duplicated. I *think* this is a known issue, certainly needs fixing.