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*"/>