Re: [Pharo-users] How to look for local senders/implementors in a hierarchy

2014-02-17 Thread Esteban A. Maringolo
2014-02-17 12:28 GMT-03:00 Sean P. DeNigris : > Esteban A. Maringolo wrote >> Is there any way (shortcut?) to search for the senders/implementors in a >> selected class or any of its subclasses? > > A bit convoluted maybe, but you can "Browse Scoped" on the hierarchy from > the Nautilus context men

Re: [Pharo-users] How to look for local senders/implementors in a hierarchy

2014-02-17 Thread btc
Esteban A. Maringolo wrote: Is there any way (shortcut?) to search for the senders/implementors in a selected class or any of its subclasses? Sometimes I want to find which methods reference a particular one in my own hierarchy, and if the selector name is common I'll have to dive through a l

Re: [Pharo-users] How to look for local senders/implementors in a hierarchy

2014-02-17 Thread Sean P. DeNigris
On Feb 17, 2014, at 12:34 PM, "Esteban A. Maringolo [via Smalltalk]" wrote: > Convoluted it is. But gets the job done. Thanks! np > I got MNU (MetaClass DNU #prettyName). This is Pharo 2.0. Ah yes, I was in 3.0. IMHO it is finally safe to do so on a regular basis. - Cheers, Sean -- View

Re: [Pharo-users] How to look for local senders/implementors in a hierarchy

2014-02-17 Thread Sean P. DeNigris
Esteban A. Maringolo wrote > Is there any way (shortcut?) to search for the senders/implementors in a > selected class or any of its subclasses? A bit convoluted maybe, but you can "Browse Scoped" on the hierarchy from the Nautilus context menu. This is easy if they are all in the same package. If

[Pharo-users] How to look for local senders/implementors in a hierarchy

2014-02-17 Thread Esteban A. Maringolo
Is there any way (shortcut?) to search for the senders/implementors in a selected class or any of its subclasses? Sometimes I want to find which methods reference a particular one in my own hierarchy, and if the selector name is common I'll have to dive through a long list of methods I'm not inter