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:
Ansgar Becker
2008-07-02 21:29:02 +00:00
parent b145877d95
commit 4215631083
2 changed files with 0 additions and 7 deletions

View File

@ -177,7 +177,6 @@ type
actRefresh: TAction;
actImportCSV: TAction;
actCut: TEditCut;
actSelectAll: TEditSelectAll;
Cut1: TMenuItem;
actExportSettings: TAction;
actImportSettings: TAction;