From 1ce7df0408abf56101158dd4eaba008b1acf2da1 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sat, 26 Nov 2016 12:42:45 +0100 Subject: [PATCH] Restore "Find All in Current Document" buttons none shorcut status In Find dialog, the new shortcut of "Find All in Current Document" buttons (in v7.2.1) has hijacked the one of Replace &All. Here's the fix for this regression. --- 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 77ce0bb22..5c0a34e5d 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 38a3c4458..717ada1cf 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 49e503cbe..84159662b 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