2004-07-12 22:41:24 UTC
Hey guys,
Thanks for writing AutoGraf. It looks very interesting.
I wondering if there would be a way to cleanly integrate support for following the class hierarchy through Foundation/AppKit for one of my own projects?
Basically, I want to be able to root the tree at NSObject, and also be able to see classes that inherit from NSTableView, for example.
Ideally, this type of functionality wouldn't dump in all of Foundation & AppKit, but instead would only select the inheritance paths for the subclasses that I implement. This way, I wouldn't see NSArray, unless I subclassed it.
I spent a little time looking at the code, but haven't yet figured out how to implement this type of feature.
Also, with regards to DocoaBrowser, it appears Apple has moved their documentation in the Xcode 1.5 beta. I changed the code directly to reference the new location (/Developer/ADC Reference Library/documentation/), but it may be worthwhile to put in a conditional test -- check for the ADC Reference Library folder first, and then fall back to the old location.
- Ladd