Happy Monday discovery: Pyzo's workspace feature can be used to interactively explore Leo's modules, functions, classes, methods and defined variables in real time. This is so cool.
1. Create a new shell that uses the same env (python.exe) that you use with Leo. 2. Open that shell. 3. Open launchLeo.py 4. Run it (F5) 5. Open the Workspace tool and explore! It doesn't give you the Global, Commander, Position, Headline and Body (g,c,p,h,v,...) variables which you have within Leo. Though you can reconstruct those inside Pyzo if you wish by extracting the relevant snippets from Leo's code and running them in the interactive shell window. -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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/f375b799-22a0-4176-9577-34a43601d2bd%40googlegroups.com.
