From bdc7626b26e9dc832b8d58966620099421685136 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 29 Jan 2015 23:28:47 +0100 Subject: [PATCH] foudn bug, completion, steal focus, reset editor focus, too much updates --- src/ce_editor.pas | 1 + 1 file changed, 1 insertion(+) 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;