2016-07-24 23:21 GMT+02:00 stepharo <stepharo@free.fr>:
Feel free to improve the tools.
This is on my list to improve
- method categorizer
- finder to use lists instead of trees (because it is way better)
- message browser (to make sure that from a scope browser, the env is passed and we do not end up browsing the complete env
filter based on packages...)
I've already done the last two in my environment, and got rid of the first one (replaced the finder result UI by a scoped browser). I can tell you, this is really fun to use... Except that now, I'm unable to use a classical (Nautilus or OmniBrowser) system browser anymore :( Thierry
But I'm doing too many things.
Stef
Le 22/7/16 à 09:47, Markus Stumptner a écrit :
I agree - the keyboard shortcuts will work for the initiated, but are not a replacement for the obvious menu entries that even experienced Smalltalkers from other versions will be missing in Pharo.
I think it is important to keep the entry barriers low in terms of not hiding useful functionality that people will be used to from other environments.
Markus
On 22/07/2016 16:54, Hernán Morales Durand wrote:
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.fortelny@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.ht... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.