I like it too! One nice to have feature would be a search... For class names, method names, and help content. Like this you would not need to do #openOn:. If you need help you may not even know how the class you are looking for is named.
Cheers, Adrian On Apr 21, 2010, at 22:54 , Stéphane Ducasse wrote: > Hi pharo > > > Gofer new > squeaksource: 'HelpSystem'; > version: 'HelpSystem-Core-tbn.35'; > load > > and enjoy > > HelpBrowser openOn: SystemReference > HelpBrowser openOn: (SystemReference forClass: Integer) > HelpBrowser openOn: (SystemReference hierarchyFor: Integer) > HelpBrowser openOn: (SystemReference hierarchyWithMethodsFor: Integer) > > with some tweaks it can be realllllly cool. > > Stef > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
