diff --git a/Build/Docs/KeyboardShortcuts.txt b/Build/Docs/KeyboardShortcuts.txt index cdf195082..75efa0e5d 100644 --- a/Build/Docs/KeyboardShortcuts.txt +++ b/Build/Docs/KeyboardShortcuts.txt @@ -32,6 +32,7 @@ Launch ------ + Ctrl+Alt+F Search in Files. Alt+N Open Document in New Window. Alt+Shift+N Open New Empty Window. Ctrl+L Launch Document. @@ -44,7 +45,6 @@ -------- Shift+F8 Select UTF-8 as Default. F9 Open Select Current file Encoding... - Ctrl+Alt+F Recode to Default. Ctrl+Shift+A Recode to ANSI. Ctrl+Shift+O Recode to OEM. Ctrl+Shift+F10 Recode to GB18030. @@ -199,6 +199,7 @@ Ctrl+H Replace... F4 Replace Next. Ctrl+G Jump to Line... + Ctrl+Alt+F Search in Files. VIEW diff --git a/Build/make_zip.bat b/Build/make_zip.bat index 3185aa1fa..a58a48e8b 100644 --- a/Build/make_zip.bat +++ b/Build/make_zip.bat @@ -32,10 +32,10 @@ SET "TEMP_NAME=temp_zip" IF NOT EXIST "..\%INPUTDIRx86%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x86 first!" IF NOT EXIST "..\%INPUTDIRx86%\minipath.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x86 first!" -IF NOT EXIST "..\%INPUTDIRx86%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x86 first!" +IF NOT EXIST "..\%INPUTDIRx86%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile grepWinNP3 x86 first!" IF NOT EXIST "..\%INPUTDIRx64%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x64 first!" IF NOT EXIST "..\%INPUTDIRx64%\minipath.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x64 first!" -IF NOT EXIST "..\%INPUTDIRx64%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x64 first!" +IF NOT EXIST "..\%INPUTDIRx64%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile grepWinNP3 x64 first!" CALL :SubGetVersion CALL :SubDetectSevenzipPath