mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Highlight occurrences of selected text in grid text editor, same as in query editor
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user