[Pharo-users] Autocompletion shortcut

2020-03-28 Thread Vitor Medina Cruz
Hi there, Is it possible to change autocompletion shortcut to ctrl + space instead of tab or shift + space? Every other tool uses ctrl + space, I would like to use it on Pharo also. Thanks, Vitor

Re: [Pharo-users] Autocompletion

2019-06-18 Thread Marcus Denker
> On 16 Jun 2019, at 08:41, eftomi wrote: > > I found the cause - I created the #buttonBad accessing methods with code > (re)factoring (generate accessors), and in this case the accessors are made > in this fashion: > > CustomerSatisfaction >> buttonBad: *anObject > *buttonBad :=

Re: [Pharo-users] Autocompletion

2019-06-16 Thread eftomi
I found the cause - I created the #buttonBad accessing methods with code (re)factoring (generate accessors), and in this case the accessors are made in this fashion: CustomerSatisfaction >> buttonBad: *anObject *buttonBad := *anObject *It's better to use CustomerSatisfaction >>

[Pharo-users] Autocompletion

2019-06-14 Thread Tomaž Turk
I managed to find some time to progress with my Smalltalk / Pharo learning and am going through the Spec booklet. I noticed that autocompletion most of the times works excellent, sometimes it struggles. For instance, if you prepare CustomerSatisfaction >> initializeWidgets buttonBad :=