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
> 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 := *anObj
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 >> buttonBa
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 := se