mirror of https://gitlab.com/basile.b/dexed.git
clean shared synedit plugins
This commit is contained in:
parent
c9a3145ce1
commit
f528343819
|
@ -296,10 +296,12 @@ end;
|
|||
|
||||
procedure TCEEditorWidget.focusedEditorChanged;
|
||||
begin
|
||||
macRecorder.Clear;
|
||||
fSyncEdit.Clear;
|
||||
if fDoc = nil then exit;
|
||||
//
|
||||
macRecorder.Editor := fDoc;
|
||||
fSyncEdit.Editor := fDoc;
|
||||
macRecorder.Editor:= fDoc;
|
||||
fSyncEdit.Editor := fDoc;
|
||||
completion.Editor := fDoc;
|
||||
if (pageControl.ActivePage.Caption = '') then
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue