On Wed, Aug 28, 2013 at 12:29 AM, Esteban A. Maringolo <[email protected] > wrote:
> > Is there a way I can browse the whole class hierarchy in the SystemBrowser? > I mean, a big tree with Object (or ProtoObject as its root) without having > to filter branches it by categories. > why are you using the SystemBrowser? Which version of Pharo are you using? in Nautilus, browse to the Object class, and click "hierarchy". > I have two groups of categories (one starting with T and the other one with > G) and the names are too separated in the list. Clicking back and forth is > a > real hassle. In Nautilus, you have two options: - to get 1 browser for T* and 1 for G*: select all packages starting with T, right click, and select "browse scoped". Do the same with packages starting with G - to get 1 browser for both T* and G*: select all packages starting with T, right click, "Add in group...", "create group", give it a name. Select all packages starting with G, right click, "Add in group...", select the group you created. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
