On Wed, Dec 28, 2016 at 5:08 PM, Ben Coman <btc@openinworld.com> wrote:
On Wed, Dec 28, 2016 at 6:55 AM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2016-12-27 23:27 GMT+01:00 Tim Mackinnon <tim@testit.works>:
Eg, if a package had classes A, B, C, D - I wish I could see
A +B +C +D
In Pharo it will be shown exactly like this by default. No need to press hier. But I guess there is something else.
Anyway let's try with picture: <snip>
RBParseTreeRule subclasses looks like in your example
Tim, I guess you are wanting to see the hierarchical view of classes outside the current package, but how high do you want to go? Eventually you reach Object. So are you expecting to see *every* class in the hierarchical view?
One thing to try that might get you some of what you want, in the Hierachical view, click a superclass at the level you want, then click the <Hier.> button twice. cheers -ben