[Pyobjc-dev] Wanted: a generic object browser
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@cw...> - 2003-06-06 12:01:21
|
In case someone is looking for an interesting project to do with PyObjC: here is one. Unless it's been done already, of course:-) What I want is a generic class/object browser that can be subclassed to create language-specific browsers. I already have three applications for such a beast: 1. A Python browser, for use in the next-generation MacPython IDE. 2. An ObjC browser, which could be used not only for PyObjC development (it needs a button that flips the naming convention between ObjC/PyObjC, definitely) but also to create a self-contained framework that ObjC users can easily link into their ObjC application to allow interactive inspection of their data, probably including the ability to use little bits of Python code to fiddle things. 3. An OSA browser. This would use the MacPython OSA stuff to allow you to look at objects inside an OSA-enabled application. Think of something like UIElementInspector or UI Browser, but much more general. -- Jack Jansen, <Jac...@cw...>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman |