I prefer direct manipulation: - shorten the menu in a code pane, add implementors based on the selected / where cursor is in text (aka smart suggestion): below is the menu for the cursor inside #import:provides:.
[image: Images intégrées 1] 2016-07-26 1:33 GMT+02:00 Hernán Morales Durand <hernan.mora...@gmail.com>: > See attachment > > Hernán > > > 2016-07-24 18:19 GMT-03:00 stepharo <steph...@free.fr>: > >> Hi hernan >> >> Could you send a screenshot so that I understand precisely what you mean? >> >> I tend to listen to grumbling people like you and me :) >> >> Stef >> >> Le 22/7/16 à 09:24, Hernán Morales Durand a écrit : >> >> This was actually implemented in older versions of Pharo (or Squeak), the >> browser also included very handy buttons in the middle to save precious >> clicks. >> >> The right thing to do is to replace the "..." non-sense with the selected >> method selector, and to offer another menu item which displays all method >> selectors of the currently selected method, and let the user to decide >> which one to browse. >> >> Hernán >> >> 2016-07-21 14:54 GMT-03:00 Norbert Fortelny <norbert.forte...@gmail.com>: >> >>> 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. >>> >>> >> >> >