Login  Register

Re: System Browser "Implementors of..." drill down?

Posted by Mariano Martinez Peck on Jul 21, 2016; 6:28pm
URL: https://forum.world.st/System-Browser-Implementors-of-drill-down-tp4907380p4907385.html



On Thu, Jul 21, 2016 at 4:03 PM, Henrik Nergaard <[hidden email]> wrote:
This can be achieved by selecting the message/class from the text area and either right clicking and using the menu->submenu "Code search..." or you can use the shortcuts: meta+m for implementors, meta+n for senders, and meta+shift+n for references of it.
There is also a shortcut (meta+space) for selecting the whole text between separators from where the cursor is.


And another shortcut: meta + mouse click 

 
"meta" is what <OSPlatform current defaultModifier> evaluates to (Ctrl on windows) .

Best regards,
Henrik

-----Original Message-----
From: Pharo-users [mailto:[hidden email]] On Behalf Of Norbert Fortelny
Sent: Thursday, July 21, 2016 7:55 PM
To: [hidden email]
Subject: [Pharo-users] System Browser "Implementors of..." drill down?

Something I have not figured out how to do easily in the Pharo system
browser:
I am looking at a method and want to see how a message that is used in this method is implemented. In other Smalltalks (e.g. Cincoms) I use the menu item "Implementors of..." and get a list of all the messages that are used in this method and can choose one to drill down.
In Pharo I get an immediate answer but only the implementors of my original method.
Why are there those "..." at  the end of this menu item indicating some further choice when there is none?
How to do this drilling down in Pharo?




--
View this message in context: http://forum.world.st/System-Browser-Implementors-of-drill-down-tp4907380.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.





--