From 4c5a1f96bf439dc68fb9dd2777ff74e1f5152264 Mon Sep 17 00:00:00 2001 From: Doug Ilijev Date: Tue, 4 Oct 2016 13:45:09 -0700 Subject: [PATCH] Add an accelerator key in Find dialog Add accelerator key to "Find &All in Current Document" in Find dialog. Closes #2391 --- PowerEditor/installer/nativeLang/english.xml | 2 +- PowerEditor/installer/nativeLang/english_customizable.xml | 2 +- PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 5c0a34e5d..77ce0bb22 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -367,7 +367,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index 717ada1cf..38a3c4458 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -362,7 +362,7 @@ - + diff --git a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc index 84159662b..49e503cbe 100644 --- a/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc +++ b/PowerEditor/src/ScitillaComponent/FindReplaceDlg.rc @@ -72,7 +72,7 @@ BEGIN PUSHBUTTON "Find Next",IDOK,268,20,90,14,WS_GROUP PUSHBUTTON "Coun&t",IDCCOUNTALL,268,38,90,14 PUSHBUTTON "Find All in All &Opened Documents",IDC_FINDALL_OPENEDFILES,268,56,90,21,BS_MULTILINE - PUSHBUTTON "Find All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE + PUSHBUTTON "Find &All in Current Document",IDC_FINDALL_CURRENTFILE,268,80,90,21,BS_MULTILINE PUSHBUTTON "&Replace",IDREPLACE,268,38,90,14 PUSHBUTTON "Replace &All",IDREPLACEALL,268,56,90,14 PUSHBUTTON "Replace All in All &Opened Documents",IDC_REPLACE_OPENEDFILES,268,74,90,21,BS_MULTILINE