Dec. 28, 2016
9:08 a.m.
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? cheers -ben