Just pushed the livecode.py plugin, screenshot attached.

It is currently python 2.7 only, although that should be relatively
easy to fix.

It currently has a dependency on https://pypi.python.org/pypi/meta
which you can install with

    pip install meta

or some similar approach.

Then Alt-X livecode-show<return> will show the live code evaluation
pane as in the attached screenshot.  Hover on the buttons for helpful
tool-tips.

The dependency on `meta` is for recursively turning AST node trees back
into printable identifiers like "m[m[5]]"

i.e. 

   a = 7

is easy,

   m[m[5]] = 7

is not.

Try it out and let me know what you think.

Cheers -Terry

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to