Check "Pharo by Example" and stackoverflow.com, there is a chapter/question on exactly that.
Lukas On Friday, August 13, 2010, Schwab,Wilhelm K <[email protected]> wrote: > Stef, > > That sounds great, but I'm confused about the menus. The offending code is > all one package with lots of branches: stuff like Gizmo-base, > Gizmo-devices-gas-analyzer, Gizmo-oxygen-sensor, etc. How can I open a > scoped browser on all of Gizmo? > > Bill > > > > ________________________________________ > From: [email protected] > [[email protected]] On Behalf Of Stéphane Ducasse > [[email protected]] > Sent: Friday, August 13, 2010 6:21 AM > To: [email protected] > Subject: Re: [Pharo-project] Senders from package(s) > > yes use the refactoring browser and open a scope > refactor menu > you get a yellow browser where all the operations are scoped > > On Aug 13, 2010, at 12:37 AM, Schwab,Wilhelm K wrote: > >> Hello all, >> >> Is there a way to browse all senders of particular selector, scoped to one >> or more packages? >> >> Bill >> >> >> _______________________________________________ >> 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 > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
