[Lazarus] Disable auto identifier completion of 1 identifier

Ondrej Pokorny lazarus at kluug.net
Wed Oct 14 11:42:17 CEST 2015


On 14.10.2015 11:07, Mattias Gaertner wrote:
> On Wed, 14 Oct 2015 10:36:44 +0200
> Ondrej Pokorny <lazarus at kluug.net> wrote:
>
>> [...]
>> At | I hit Ctrl+Space. No identifier completion window is shown and the
>> idetifier is automatically completed to "MyVerySpecialVar".
>>
>> If there is no way to disable it: Mattias, where is the check done that
>> there is only one item for completion? I'd like to disable it (probably
>> create an IDE option for it). Delphi behaves the same way (no auto
>> completion).
> TSynBaseCompletion.Execute

Thanks a lot. I couldn't find it in the CodeTools code. Now I know why.

I added the option: http://mantis.freepascal.org/view.php?id=28852
I didn't change the default behavior.

Ondrej




More information about the Lazarus mailing list