mirror of https://gitlab.com/basile.b/dexed.git
Revert "improved completion, update menu after each keystroke"
This reverts commit 7510b42031
.
This commit is contained in:
parent
7510b42031
commit
c9a3145ce1
|
@ -298,8 +298,6 @@ procedure TCEEditorWidget.focusedEditorChanged;
|
|||
begin
|
||||
if fDoc = nil then exit;
|
||||
//
|
||||
fSyncEdit.Clear;
|
||||
macRecorder.Clear;
|
||||
macRecorder.Editor := fDoc;
|
||||
fSyncEdit.Editor := fDoc;
|
||||
completion.Editor := fDoc;
|
||||
|
@ -419,8 +417,6 @@ begin
|
|||
editorStatus.Panels[0].Text := format('%d : %d | %d', [fDoc.CaretY, fDoc.CaretX, fDoc.SelEnd - fDoc.SelStart]);
|
||||
editorStatus.Panels[1].Text := modstr[fDoc.modified];
|
||||
editorStatus.Panels[2].Text := fDoc.fileName;
|
||||
//
|
||||
if completion.IsActive then getCompletionList;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue