> -----Original Message----- > From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of > Norbert Fortelny > Sent: Thursday, July 21, 2016 7:55 PM > To: pharo-users@lists.pharo.org > 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?
On Fri, Jul 22, 2016 at 3:03 AM, Henrik Nergaard <henrik.nerga...@uia.no> 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. > > "meta" is what <OSPlatform current defaultModifier> evaluates to (Ctrl on > windows) . > > Best regards, > Henrik > Hi Norbert, As a newcomer, just curious about your impression of the double-key shortcut "Ctrl/Cmd + B + M" shown against the "Implementers of..." menu item? Do you think you would have discovered yourself using meta+m like Henrik describes if that was what was shown as the menu item shortcut instead? cheers -ben