[Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Andrei Chis
Hi, In order to better understand how people use the GT tools we would like to integrate, before the Pharo code freeze, a small extension to GT tools (300 lines of code) that records and sends usage data. The recording of data will be opt-out: *you have to explicitly agree with sending usage data

Re: [Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Alexandre Bergel
Absolutely no problem for me. By the way, I even have no problem to divulge my identity if this help. Cheers, Alexandre > On Feb 26, 2015, at 12:10 PM, Andrei Chis wrote: > > Hi, > > In order to better understand how people use the GT tools we would like to > integrate, before the Pharo cod

Re: [Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Stephan Eggermont
On 26/02/15 16:10, Andrei Chis wrote: The recording of data will be opt-out: *you have to explicitly agree with sending usage data*. Uhhm. That's called opt-in. A practical issue: I have projects/images where it is absolutely no problem, and projects where I definitely don't want it. All local

Re: [Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Peter Uhnák
> > before the Pharo code freeze, a small extension to GT tools (300 lines of > code) that records and sends usage data. > > various actions you do in spotter (open, close, search, dive-in, dive-out, > select element, etc) > If there are no tooltips what shortcuts to use people cannot dive-in and t

Re: [Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Juraj Kubelka
> 26. 2. 2015 v 19:04, Peter Uhnák : > > before the Pharo code freeze, a small extension to GT tools (300 lines of > code) that records and sends usage data. > > various actions you do in spotter (open, close, search, dive-in, dive-out, > select element, etc) > If there are no tooltips what s

Re: [Pharo-dev] Recording user actions in GTools

2015-02-26 Thread Peter Uhnák
> > There are already tooltips, but likely in a version which is about to be > released for Pharo 4: > You can try Moose 5.1 for now. > Ah! I was looking at Pharo image; yes, this is what I was looking for. :) Peter

Re: [Pharo-dev] Recording user actions in GTools

2015-02-27 Thread Andrei Chis
On Thu, Feb 26, 2015 at 8:39 PM, Stephan Eggermont wrote: > On 26/02/15 16:10, Andrei Chis wrote: > >> The recording of data will be opt-out: *you have to explicitly agree >> with sending usage data*. >> > > Uhhm. That's called opt-in. > > Yes, I confused them. > A practical issue: I have proj

Re: [Pharo-dev] Recording user actions in GTools

2015-02-27 Thread stepharo
+ 1 If you need the proof that people do not remember the bindings why not logging. But to me this is obvious. THere is not way of discovering them expect by try and error. I always have the feeling that I use it the wrong way because I do not know the magic shortcuts. Frustrated. Le 26/2/15

Re: [Pharo-dev] Recording user actions in GTools

2015-02-27 Thread stepharo
What I often really want to do is to scope my search. find who is sending changed: in that class X. and I know that we can do it but no idea how. Stef Le 27/2/15 15:44, Andrei Chis a écrit : On Thu, Feb 26, 2015 at 8:39 PM, Stephan Eggermont > wrote: On 26/02/15

Re: [Pharo-dev] Recording user actions in GTools

2015-02-27 Thread kilon alios
no objection from me, whatever help you guys improve the tools, helps me ;) On Thu, Feb 26, 2015 at 5:10 PM, Andrei Chis wrote: > Hi, > > In order to better understand how people use the GT tools we would like to > integrate, before the Pharo code freeze, a small extension to GT tools (300 > lin

Re: [Pharo-dev] Recording user actions in GTools

2015-02-27 Thread Tudor Girba
Hi Stef, In the latest version that is ready for integration, diving into a category is a visible button. Also, each button has a tooltip that shows the keybinding as well to enable learnability. Cheers, Doru On Fri, Feb 27, 2015 at 3:59 PM, stepharo wrote: > What I often really want to do