Hi, often when I am working in Zope, I find myself constantly googling for all kinds of documentation on the objects I am working with. And I keep asking myself "is there a more simpel way?" What I am looking for is a Zope product that lets me view all methods and attributes of a given class. For instance for the object type DTML-Document it should list something like: - attribute id (inherited from class objectmanager) - attribute title (inherited from class objectmanager - method view (inherited from...) etc. It would be even better when it could produce a tree of the class-hierarchy. I am sure that I must not be the first who has had this idea. Has somebody implemented something like this yet? TIA, Reinoud -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
You might want to try: http://www.zope.org/Members/shh/DocFinderEverywhere HTH Stefan At 21.03.2002 15:27 +0100, Reinoud van Leeuwen wrote:
Hi,
often when I am working in Zope, I find myself constantly googling for all kinds of documentation on the objects I am working with. And I keep asking myself "is there a more simpel way?"
What I am looking for is a Zope product that lets me view all methods and attributes of a given class. For instance for the object type DTML-Document it should list something like:
- attribute id (inherited from class objectmanager) - attribute title (inherited from class objectmanager - method view (inherited from...)
etc. It would be even better when it could produce a tree of the class-hierarchy.
I am sure that I must not be the first who has had this idea. Has somebody implemented something like this yet?
TIA, Reinoud
try: http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html I think its just what the Dr. ordered. -Casey Reinoud van Leeuwen wrote:
Hi,
often when I am working in Zope, I find myself constantly googling for all kinds of documentation on the objects I am working with. And I keep asking myself "is there a more simpel way?"
What I am looking for is a Zope product that lets me view all methods and attributes of a given class. For instance for the object type DTML-Document it should list something like:
- attribute id (inherited from class objectmanager) - attribute title (inherited from class objectmanager - method view (inherited from...)
etc. It would be even better when it could produce a tree of the class-hierarchy.
I am sure that I must not be the first who has had this idea. Has somebody implemented something like this yet?
TIA, Reinoud
On Thu, Mar 21, 2002 at 09:42:37AM -0700, Casey Duncan wrote:
try:
http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html
I think its just what the Dr. ordered.
Yes! DocFinder and DocFinderEverywhere are exactly what I was looking for. Thanx Reinoud
participants (3)
-
Casey Duncan -
Reinoud van Leeuwen -
Stefan H. Holek