[squeak-dev] Malfunction in OCompletion

Nicola Mingotti nmingotti at gmail.com
Mon Sep 9 09:33:00 UTC 2019


Ok, thank you !


On 9/9/19 1:01 AM, Marcel Taeumel wrote:
> Hi Nicola,
>
> if you load OCompletion the following way, that preference will be 
> disabled by default:
>
> Metacello new
> configuration: 'OCompletion';
> load.
>
> Best,
> Marcel
>>
>> Am 09.09.2019 04:38:21 schrieb Nicola Mingotti <nmingotti at gmail.com>:
>>
>>
>> Thank you Thiede,
>>
>> In Preferences, disabling "Smart Characters" (which is specific to 
>> OCompletion) solved the problem.
>>
>> I will give Autocopmletion a shot !
>>
>> bye
>> Nicola
>>
>>
>>
>>
>>
>> On 9/8/19 12:11 PM, Thiede, Christoph wrote:
>>>
>>> Hi Nicola,
>>>
>>>
>>> not sure how well my answer applies to OCompletion, as I installed 
>>> a fork of it (Autocompletion 
>>> <https://github.com/MrModder/Autocompletion> - which, btw, I can 
>>> recommend), but did you check your preferences?
>>>
>>>
>>>
>>>
>>> You might turn of #smartCharacters.
>>>
>>> Forgive me if I was wrong and you do not have this setting ...
>>>
>>>
>>> Best,
>>>
>>> Christoph
>>>
>>> ------------------------------------------------------------------------
>>> *Von:* Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im 
>>> Auftrag von Nicola Mingotti <nmingotti at gmail.com>
>>> *Gesendet:* Sonntag, 8. September 2019 12:06:44
>>> *An:* squeak-dev at lists.squeakfoundation.org
>>> *Betreff:* [squeak-dev] Malfunction in OCompletion
>>> Hi,
>>>
>>> Following the Help I installed OCompletion with:
>>> ----------
>>> (Installer ss project: 'OCompletion')
>>>       addPackage: 'OcompletionSqueakCompatibility';
>>>     addPackage: 'Ocompletion';
>>>     install.
>>> (Smalltalk at: #ECToolSet) register.
>>> (Smalltalk at: #ToolSet) default: (Smalltalk at: #ECToolSet).
>>> ----------
>>>
>>> This broke 2 things:
>>>
>>> 1] Now I have automatic closure of of ' " ( [ ... Which I do not like.
>>>
>>> 2] Now the Alt+' (and similar) do not act as toggle.
>>> Example. if I write 123, highlight it, then press 2 times Alt+' I get
>>> '123'''
>>> The proper result should be
>>> 123
>>>
>>> My image is clean, I was just installing all my preferred packages, 
>>> one at a time, when I discovered that it is 'OCompletion' that 
>>> mangles the quote/braces defaults and the toggle.
>>>
>>> Bye
>>> Nicola
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190909/8609ba1d/attachment.html>


More information about the Squeak-dev mailing list