Hello!

Is there a simple way how to disable automatic identifier completion if there is only one item in the identifier completion window.

I mean:

var
  MyVerySpecialVar: Integer;
begin
  MyVeryS|

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).

Ondrej

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to