[Zope3-dev] browse implementors

Ulrich Schreiner ulrich.schreiner@innuendo.de
Mon, 02 Jun 2003 11:14:58 +0200


hi,

as the new zope3 architecture works with interfaces i'm looking for a 
utility like "browse implementors" or something comparable.

if i want to implement a interface it would be nice to sublcass a 
(default) implementation of the interface (or to implement and delegate 
to a default impl). but it is very hard to find implementors!

well, this is much more a feature of a IDE than of zope RT system. but 
as the "magic keywords" 'implements, classImplements, 
moduleProvides,...' are zope specific it would be great to have some 
tools to find implementors of a given interface in zope.

is there anything i can do except "grep"?

</usc>