diff --git a/src/ce_editor.pas b/src/ce_editor.pas index 4907f184..c0adba1d 100644 --- a/src/ce_editor.pas +++ b/src/ce_editor.pas @@ -234,6 +234,7 @@ begin macRecorder.Editor := fDoc; fSyncEdit.Editor := fDoc; completion.Editor := fDoc; + //TODO-cbugfix: prevent completion to steal the focus, this trigs too much updates after Ctrl+Space if (pageControl.ActivePage.Caption = '') then begin fKeyChanged := true;