From: Kevin A. <al...@se...> - 2001-08-29 17:51:48
|
Fresh out of the oven... Thanks to PyCrust 0.6 (not released yet, but in cvs), PythonCard now has a Namespace Viewer (PyFilling). This will be part of the next release, but is in cvs now. If you're getting PythonCardPrototype from cvs, you'll need to get PyCrust from cvs as well in order to run. The Namespace Viewer can be invoked by using '-n' on the command-line or it can be enabled in 'pythoncard.config.py' or 'pythoncard.user.config.py'. The new lines in 'pythoncard.config.py' are: 'showNamespace':0, 'namespacePosition':(0, 0), 'namespaceSize':(600, 300), 'namespaceVisible':1, It is currently set to display the local shell namespace rather than __main__. We can enhance the options later depending on what people want. A big thanks to Patrick for making an excellent viewer! I'll try and get fonts into shape and do a daily release tonight, but no promises. ka |