Hello all,
Is there a way to browse all senders of particular selector, scoped to one or more packages? Bill _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] Sent: Friday, August 13, 2010 6:21 AM To: [hidden email] 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Check "Pharo by Example" and stackoverflow.com, there is a
chapter/question on exactly that. Lukas On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> 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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] > Sent: Friday, August 13, 2010 6:21 AM > To: [hidden email] > 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Lukas,
As a side effect of searching, I found that ShoutPier lives in Pier-add-ons. Otherwise, it's information overload on browser scoping; can you narrow it down? Bill ________________________________________ From: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] Sent: Friday, August 13, 2010 11:50 AM To: [hidden email] Subject: Re: [Pharo-project] Senders from package(s) Check "Pharo by Example" and stackoverflow.com, there is a chapter/question on exactly that. Lukas On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> 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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] > Sent: Friday, August 13, 2010 6:21 AM > To: [hidden email] > 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
http://stackoverflow.com/questions/3290225/restrict-querying-for-senders-to-a-certain-package/3292476#3292476
On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> wrote: > Lukas, > > As a side effect of searching, I found that ShoutPier lives in Pier-add-ons. Otherwise, it's information overload on browser scoping; can you narrow it down? > > Bill > > > > ________________________________________ > From: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] > Sent: Friday, August 13, 2010 11:50 AM > To: [hidden email] > Subject: Re: [Pharo-project] Senders from package(s) > > Check "Pharo by Example" and stackoverflow.com, there is a > chapter/question on exactly that. > > Lukas > > On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> 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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] >> Sent: Friday, August 13, 2010 6:21 AM >> To: [hidden email] >> 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 >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > -- > Lukas Renggli > www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Were you thinking of something like:
( ( BrowserEnvironment new forPackageNames:#( 'Gizmo' ) ) label:'Fix these'; referencesTo:#next ) open. ? ________________________________________ From: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] Sent: Friday, August 13, 2010 1:25 PM To: [hidden email] Subject: Re: [Pharo-project] Senders from package(s) http://stackoverflow.com/questions/3290225/restrict-querying-for-senders-to-a-certain-package/3292476#3292476 On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> wrote: > Lukas, > > As a side effect of searching, I found that ShoutPier lives in Pier-add-ons. Otherwise, it's information overload on browser scoping; can you narrow it down? > > Bill > > > > ________________________________________ > From: [hidden email] [[hidden email]] On Behalf Of Lukas Renggli [[hidden email]] > Sent: Friday, August 13, 2010 11:50 AM > To: [hidden email] > Subject: Re: [Pharo-project] Senders from package(s) > > Check "Pharo by Example" and stackoverflow.com, there is a > chapter/question on exactly that. > > Lukas > > On Friday, August 13, 2010, Schwab,Wilhelm K <[hidden email]> 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: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]] >> Sent: Friday, August 13, 2010 6:21 AM >> To: [hidden email] >> 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 >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > -- > Lukas Renggli > www.lukas-renggli.ch > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |