Highlight occurrences of selected text in grid text editor, same as in query editor

This commit is contained in:
Ansgar Becker
2022-08-19 06:47:45 +02:00
parent 9e16c78d37
commit d82a8cc8f7

View File

@ -220,6 +220,7 @@ begin
lblTextLength.Top := tlbStandard.Top + (tlbStandard.Height-lblTextLength.Height) div 2;
MemoText.OnMouseWheel := MainForm.AnySynMemoMouseWheel;
MemoText.OnPaintTransient := MainForm.SynMemoQuery.OnPaintTransient;
if AppSettings.ReadBool(asMemoEditorMaximized) then
WindowState := wsMaximized;
end;