From d9ef4be5798a76f9715b5efe2b128376d0320e9b Mon Sep 17 00:00:00 2001 From: rddim Date: Sun, 2 Jan 2022 16:55:30 +0200 Subject: [PATCH] Update english.xml Fix #10356, close #10981 --- PowerEditor/installer/nativeLang/english.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 179294dd6..15bf27e9e 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -3,7 +3,7 @@ The comments are here for explanation, it's not necessary to translate them. --> - +
@@ -880,6 +880,7 @@ The comments are here for explanation, it's not necessary to translate them. + @@ -1393,7 +1394,13 @@ Continue?"/> *.cpp *.cxx *.h *.hxx *.hpp Find in all files except exe, obj && log: -*.* !*.exe !*.obj !*.log"/> +*.* !*.exe !*.obj !*.log + +Find in all files but exclude folders tests, bin && bin64: +*.* !\tests !\bin* + +Find in all files but exclude all folders log or logs recursively: +*.* !+\log*"/>