mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Fix bug #603 (Ctrl+A shortcut in query editor). Would have been nice to put this TEditSelectAll action into the "Edit" main menu, as it provides a global shortcut which magically works in all TEdits and other descendants of TCustomEdit. But TEditSelectAll interferes with SynEdit's own shortcut in a way that
a) the action's shortcut has prio over SynMemo's shortcut b) the "select all" action itself is not functioning for a SynMemo Not sure where the bug is, either in TEditSelectAll or in TSynMemo.
This commit is contained in:
@ -177,7 +177,6 @@ type
|
||||
actRefresh: TAction;
|
||||
actImportCSV: TAction;
|
||||
actCut: TEditCut;
|
||||
actSelectAll: TEditSelectAll;
|
||||
Cut1: TMenuItem;
|
||||
actExportSettings: TAction;
|
||||
actImportSettings: TAction;
|
||||
|
Reference in New Issue
Block a user