Feb. 3, 2014
2:43 p.m.
which pharo version? Yes, in Pharo2 this does not work anymore. And in Pharo3 there is not even a HierarchyBrowser anymore. In both versions, you can - use Nautilus to browse the class and select the "Hierarchy"-Button or - SystemNavigation default browseHierarchy:Boolean or - Boolean browseHierarchy Nicolai 2014-02-03 Bob Williams <rwilliams19@cox.net>:
I am trying to understand Morphs by looking at how the Workspace and Browsers are created; however, I get a Nautilus error when I "DoIt" on the following HierarchyBrowser newFor: Boolean. That code is in the comments section for that class. Does the HierarchyBrowser no longer work or am I doing something wrong?