Re: [Pharo-users] Get implementors list window from Spotter

2016-10-02 Thread stepharo
Me too ;) I thought that I was the only one not being able to use Spotter :) I meant to add, in practice what I find happened is that I use Spotter to do initial search for implementors, then I randomly select onne of the so that I can do ctrl-M to get to the ImplementorsOf dialog. It would be

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-26 Thread Ben Coman
On Mon, Sep 26, 2016 at 4:07 PM, Ben Coman wrote: > On Wed, Sep 21, 2016 at 2:00 AM, Esteban A. Maringolo > wrote: >> Hi, >> >> How can I open the implementors list from Spotter? >> >> I want to browse through the code of the different implementors as I >> do by selecting a selector and searching

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-26 Thread Ben Coman
On Wed, Sep 21, 2016 at 2:00 AM, Esteban A. Maringolo wrote: > Hi, > > How can I open the implementors list from Spotter? > > I want to browse through the code of the different implementors as I > do by selecting a selector and searching an implementor (or Ctr+M). > > Regards, > > Esteban A. Marin

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-21 Thread Johan Fabry
> On Sep 21, 2016, at 01:14, Tudor Girba wrote: > >> Speaking for myself, I honestly would not think about clicking on the ? icon >> to expect these kinds of instructions. I cannot say exactly why, I only have >> a feeling that the ? does not transmit to me that there are ‘power user’ >> tips

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, > On Sep 21, 2016, at 3:16 AM, Johan Fabry wrote: > > > Sorry, I don’t mean to sound like a smartass, but apparently the data shows > that this is not sufficient. Otherwise people would not ask on the mailing > list, like Esteban did originally (and as I remember other people asking). >

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Johan Fabry
Sorry, I don’t mean to sound like a smartass, but apparently the data shows that this is not sufficient. Otherwise people would not ask on the mailing list, like Esteban did originally (and as I remember other people asking). Speaking for myself, I honestly would not think about clicking on the

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
2016-09-20 17:49 GMT-03:00 Tudor Girba : >>> Could you please open an issue with your request? >> Sure, Where? > https://pharo.fogbugz.com Done. Esteban A. Maringolo

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
> On Sep 20, 2016, at 10:46 PM, Esteban A. Maringolo > wrote: > > Esteban A. Maringolo > > > 2016-09-20 17:41 GMT-03:00 Tudor Girba : >>> It doesn't work, everything works with Ctrl as command modifier. >> >> What version do you use? What operating system? > > 'Pharo5.0 of 16 April 2015 upd

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Esteban A. Maringolo 2016-09-20 17:41 GMT-03:00 Tudor Girba : >> It doesn't work, everything works with Ctrl as command modifier. > > What version do you use? What operating system? 'Pharo5.0 of 16 April 2015 update 50761' Ubuntu Linux 16.04 64 bit. > Could you please open an issue with your re

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, > On Sep 20, 2016, at 10:37 PM, Esteban A. Maringolo > wrote: > > 2016-09-20 17:30 GMT-03:00 Tudor Girba : >> >> Hi, >> >> Could you try with Alt+M? > > It doesn't work, everything works with Ctrl as command modifier. What version do you use? What operating system? >> About the wish to

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
2016-09-20 17:30 GMT-03:00 Tudor Girba : > > Hi, > > Could you try with Alt+M? It doesn't work, everything works with Ctrl as command modifier. > About the wish to open the Message Browser, this is indeed not supported. > What we miss is a category action. In this case, the Implementors would op

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
Hi, Could you try with Alt+M? About the wish to open the Message Browser, this is indeed not supported. What we miss is a category action. In this case, the Implementors would open the Message Browser. So, in this case, the use case would be: #mySelector Cmd+m Cmd+Shift+Enter Would this addre

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
We tried to address this with the help? Please let me know if some parts need updates or more explanations. Doru > On Sep 20, 2016, at 9:03 PM, Johan Fabry wrote: > > > I repeat my comment from before: The discoverability of UI of Spotter is much > too low. Please please please add a bit of

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Johan Fabry
I repeat my comment from before: The discoverability of UI of Spotter is much too low. Please please please add a bit of explanation to the spotter window to show all these cool things with the hashtags and the keyboard shortcuts. There is *no way* for a normal Pharo user to discover this. --

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Tudor Girba
You can also press do: mySelector Cmd+m Cheers, Doru > On Sep 20, 2016, at 8:18 PM, Esteban Lorenzano wrote: > > mySelector #impl > >> On 20 Sep 2016, at 20:00, Esteban A. Maringolo wrote: >> >> Hi, >> >> How can I open the implementors list from Spotter? >> >> I want to browse through th

Re: [Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban Lorenzano
mySelector #impl > On 20 Sep 2016, at 20:00, Esteban A. Maringolo wrote: > > Hi, > > How can I open the implementors list from Spotter? > > I want to browse through the code of the different implementors as I > do by selecting a selector and searching an implementor (or Ctr+M). > > Regards, >

[Pharo-users] Get implementors list window from Spotter

2016-09-20 Thread Esteban A. Maringolo
Hi, How can I open the implementors list from Spotter? I want to browse through the code of the different implementors as I do by selecting a selector and searching an implementor (or Ctr+M). Regards, Esteban A. Maringolo