From 816be1a6ac7d92e632eb7f936d3bbd31dacee9df Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Mon, 2 Mar 2020 14:41:10 +0100 Subject: [PATCH] + upd: Versioning files and Changes.txt --- Build/Changes.txt | 4 +++- Versions/build.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index e8fe1b8f9..384616762 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -103,7 +103,7 @@ CHANGES: - Allow each modification step to split undo typing sequence (set timeout < 20ms). - Split undo typing sequence (by line-breaks and/or timeout). - Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/01/28). -- Update Scintilla Library (SCI) version 4.3.0 (2020/01/16). +- Update Scintilla Library (SCI) version 4.3.1 (2020/03/04). ----------------------------------------------------- ENHANCEMENT: @@ -123,6 +123,8 @@ ENHANCEMENT: ----------------------------------------------------- FIXES: ----------------------------------------------------- +- Correct return result of Styles export. +- Scintilla method declaration. - Move hardcoded lexer <-> filename (w/o .ext) associations to configurable scheme (regex def). - Drag&drop rectangular selection shuffles chars. - Paint() hangs due to unnecessary LockWindowsUpdate(). diff --git a/Versions/build.txt b/Versions/build.txt index 00750edc0..b8626c4cf 100644 --- a/Versions/build.txt +++ b/Versions/build.txt @@ -1 +1 @@ -3 +4 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 07cff1cdd..464b12159 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 RC2 diff --git a/src/VersionEx.h b/src/VersionEx.h index 7654a6aa6..bd2566dee 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -9,9 +9,9 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 20 #define VERSION_REV 302 -#define VERSION_BUILD 3 +#define VERSION_BUILD 4 #define SCINTILLA_VER 431 -#define ONIGURUMA_REGEX_VER 6.9.4 +#define ONIGURUMA_REGEX_VER 6.9.5 #define UCHARDET_VER 2018.09.27 #define TINYEXPR_VER 2018.05.11 #define UTHASH_VER 2.1.0