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
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
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
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
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