Thanks for this long awaited feature. A few comments: 1) Shouldn't show [+] for classes with no subclasses. Right now you have to click on the + to find out that there are no sub classes.
2) Would be nice if there was an expand all below a particular node(I tried every combination of modifier key while clicking on [+]) 3) Asking for the hierarchy of a class outside my project shows classes in my project that derive directly from that class (and classes that derive from those) but doesn't show classes in my project that derive through an intermediate class not in my project. For example I have a class derive from jpanel which derives from jcomponent. If I ask for the class hierarchy for jcomponent I see any of my classes that derive directly from jcomponent but can't get those classes that derive from jpanel. I would expect to be able to get to all classes in my project that are subclasses of jcomponent no matter. 4) In class view, rather than pressing ctrl-h to rebase the hierarchy at some parent class of my class it would be nice to be able to just click on the + in front of the parent class to see for example all the sibling classes of my class. So clicking [-] on a parent class would mean to show only the path down to the anchor class while clicking [+] would mean show all classes under that class. -- Mark _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
