Re: [Pharo-users] Scoped Senders

2013-09-28 Thread btc
Sean P. DeNigris wrote: How do I find the senders of a message, but just in a certain set of packages? Thanks. - Cheers, Sean -- View this message in context: http://forum.world.st/Scoped-Senders-tp4710563.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Scoped Senders

2013-09-26 Thread Sean P. DeNigris
Original message From: "Camillo Bruni-3 [via Smalltalk]" Date: 09/26/2013 10:45 AM (GMT-05:00) To: "Sean P. DeNigris" Subject: Re: Scoped Senders => create a refactoring scope (I don't know the menu entry, but the shortcut is: CMD-B CMD-R CMD-R (browse restricted re

Re: [Pharo-users] Scoped Senders

2013-09-26 Thread Goubier Thierry
Le 26/09/2013 16:58, Goubier Thierry a écrit : In AltBrowser, double click on the package you want, in the resulting package-scoped browser, choose the method and select sendersOf in the context menu :) (It may not be working completely at the moment) By hand, write the following. Create a R

Re: [Pharo-users] Scoped Senders

2013-09-26 Thread Goubier Thierry
In AltBrowser, double click on the package you want, in the resulting package-scoped browser, choose the method and select sendersOf in the context menu :) (It may not be working completely at the moment) By hand, write the following. Create a RBEnvironment: | rbp | rbp := RBBrowserEnvironme

Re: [Pharo-users] Scoped Senders

2013-09-26 Thread Camillo Bruni
=> create a refactoring scope (I don't know the menu entry, but the shortcut is: CMD-B CMD-R CMD-R (browse restricted regular expression) if you look for senders there you will only see the ones in your current scope. I am currently working on getting a nice scope/environment selector working t

[Pharo-users] Scoped Senders

2013-09-26 Thread Sean P. DeNigris
How do I find the senders of a message, but just in a certain set of packages? Thanks. - Cheers, Sean -- View this message in context: http://forum.world.st/Scoped-Senders-tp4710563.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.