My recollection of VA is that classes in other packages show up as a lighter grey colour, if you choose to see the full hierarchy (I think dolphin and ow do something similar too) I guess what threw me was the hierarchy button in pharo just shows what I want for a single class and not for all classes in the selected package at the same time. (Which would make learning new packages a bit easier). Maybe it's something I can easily adjust myself. Or something to consider for Calypso. Tim Sent from my iPhone
On 28 Dec 2016, at 17:38, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2016-12-28 17:23 GMT+01:00 Tim Mackinnon <tim@testit.works>:
However the example I was looking at was a package that had a series of Announcement subclasses, AND what wasn't obvious was that they were all subclasses of the same parent "Announcement", as that isn't shown - you just get a series of classes not rooted under some parent (even if it was object). I'm guessing that just things that are subclasses of each other in the same package are shown?
I was hoping that pane might show -
Announcement + A + B + C
Interesting. Is it really supported in some smalltalk?