Re: [Pharo-dev] new debugger shortcuts

2016-01-18 Thread Tudor Girba
Hi, Not yet. We looked at this issue just the other day, and this is something to be fixed. We want to externalize these shortcuts in settings. Cheers, Doru > On Jan 18, 2016, at 7:36 PM, stepharo wrote: > > doru > > do you use key Binder key Mapper? and not strings to define them? > Becaus

Re: [Pharo-dev] new debugger shortcuts

2016-01-18 Thread stepharo
doru do you use key Binder key Mapper? and not strings to define them? Because one of these days we will clean all these ugly keyStrings: Le 17/1/16 17:41, Tudor Girba a écrit : Hi, The existing debugger shortcuts are conflicting with code editing shortcuts. Now, I defined the following short

Re: [Pharo-dev] new debugger shortcuts

2016-01-17 Thread David Allouche
> On 17 Jan 2016, at 17:41, Tudor Girba wrote: > > Hi, > > The existing debugger shortcuts are conflicting with code editing shortcuts. > > Now, I defined the following shortcuts: > resume - cmd + r > restart - cmd + shift + a > over - cmd + shift + o > through - cmd + shift + t > into - cmd

Re: [Pharo-dev] new debugger shortcuts

2016-01-17 Thread Francisco Ortiz Peñaloza
I almost forgot, can we've a "create" shortcut? Regards On Sunday, 17 January 2016, Francisco Ortiz Peñaloza wrote: > +1000! Thank yo! > > On Sunday, 17 January 2016, Tudor Girba > wrote: > >> Hi, >> >> The existing debugger shortcuts are conflicting with code editing >> shortcuts. >> >> N

Re: [Pharo-dev] new debugger shortcuts

2016-01-17 Thread Francisco Ortiz Peñaloza
+1000! Thank yo! On Sunday, 17 January 2016, Tudor Girba wrote: > Hi, > > The existing debugger shortcuts are conflicting with code editing > shortcuts. > > Now, I defined the following shortcuts: > resume - cmd + r > restart - cmd + shift + a > over - cmd + shift + o > through - cmd + shift

[Pharo-dev] new debugger shortcuts

2016-01-17 Thread Tudor Girba
Hi, The existing debugger shortcuts are conflicting with code editing shortcuts. Now, I defined the following shortcuts: resume - cmd + r restart - cmd + shift + a over - cmd + shift + o through - cmd + shift + t into - cmd + e There is also a test in GT that checks for double meanings. Please