On Feb 2, 1:26 pm, "Edward K. Ream" <[email protected]> wrote:
> Leo 4.7 beta 3 is now available 
> at:http://sourceforge.net/project/showfiles.php?group_id=3458&package_id...
>
> Leo 4.7 beta 3 fixes all known serious bugs in Leo.
>

Well, a less serious bug here, or an unknown serious bug (you
choose :-)):

in quickstart.leo after
- saving the @shadow file myfile_shadow.py
- adding the function
def init3():
    print "init3"
using an external editor
- saving myfile_shadow.py in the external editor
- in Leo right-clicking 'Refresh from disk'
what happens is that the function init3 appears in the node
Programming-->External files-->Shadow nodes-->@path ~-->@shadow
myfile_shadow.py-->class Foo
instead of the expected node
Programming-->External files-->Shadow nodes-->@path ~-->@shadow
myfile_shadow.py-->imports & setup routines-->init1, init2

And a seriously less serious bug:
Right-clicking the node
Programming-->External files-->Shadow nodes-->@path ~-->@shadow
myfile_shadow.py
and choosing
'Edit myfile_shadow.py in notepad'
results in one big line in notepad showing up. Something to do with
unix <-> windows line-endings? Right-clicking the node and choosing
'Edit in notepad' results in all the lines of the node showing as
separate lines.

Cheers,

Roger

-- 
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.

Reply via email to