This blog is much more active than the old viz-n blog…
Moved on to new svn and got everything building.
Continuing work on the python introspection stuff. Making tangible progress now:
- Using the info script defined here: http://diveintopython.org/power_of_introspection/getattr.html to get introspection information for python objects and classes
- Parsing the result of a hard-coded example and displaying it in the AutoCompleteTextArea component.
- The hard-coded example is working very well and behaves a lot like the eclipse autocomplete save that it can only be initiated by pressing ctrl+space.
- It is also very fast however i am running everything locally so who knows how responsive a remote server will be.
- Now working on splicing the user script up to run info on dynamic parts of it…
