From c33273304daec72de7a204eeac123463b022c9ea Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 29 Mar 2021 22:52:57 +0200 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 3 ++- Build/Docs/KeyboardShortcuts.txt | 1 + Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index afde14bfa..a448cf738 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.326.(build_#) (2021-03-26) +Current BETA/RC Version 5.21.329.(build_#) (2021-03-29) ======================================================== -------------------------------------------------------- @@ -55,6 +55,7 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[.329.1]- Turning "Line Comment Block Edit" from option into command (Ctrl+Alt+Q). [.326.1]- Kotlin & Dart Lexer from Zufuliu's source. [.323.1]- File Lock: exclusive write/change, shared read. [.323.1]- Style color for triple strings in Python Lexer. diff --git a/Build/Docs/KeyboardShortcuts.txt b/Build/Docs/KeyboardShortcuts.txt index 19a9ea324..e858c224b 100644 --- a/Build/Docs/KeyboardShortcuts.txt +++ b/Build/Docs/KeyboardShortcuts.txt @@ -112,6 +112,7 @@ Selection --------- Ctrl+Q Block Comment (Toggle). + Ctrl+Alt+Q Line Comment Block Edit Ctrl+Shift+Q Stream Comment. Ctrl+D Duplicate Selection or Line. Alt+B Pad with Blanks. diff --git a/Versions/day.txt b/Versions/day.txt index d1e85f890..6489928e1 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -326 +329 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 3d1653c2f..015489337 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 beta diff --git a/src/VersionEx.h b/src/VersionEx.h index b3ea1802b..6f7529028 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 326 +#define VERSION_REV 329 #define VERSION_BUILD 1 #define SCINTILLA_VER 500 #define LEXILLA_VER 500