From 03184898b7613ec58876307287127bf7df88b24d Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Wed, 17 Feb 2021 22:05:24 +0100 Subject: [PATCH 1/2] + Upd: Version files and Changes.txt --- Build/Changes.txt | 4 +++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 51f3a402c..1736d8651 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.215.(build_#) (2021-02-15) +Current BETA/RC Version 5.21.217.(build_#) (2021-02-17) ======================================================== -------------------------------------------------------- @@ -67,6 +67,7 @@ NEW: CHANGES: -------------------------------------------------------- [.xxx.x]- . +[.217.1]- Find/Repl dialog - refactoring and minor fixes. [.213.1]- JSON5 enhancements to Scintilla's original JSON-Lexer. [.211.1]- Statusbar Selection-Info: switch to byte (instead of character) counting for huge files. [.205.1]- Revert minor insert date/time format changes. @@ -111,6 +112,7 @@ CHANGES: FIXES: -------------------------------------------------------- [.xxx.x]- . +[.217.1]- F/R show wrap-around tooltip only if message boxes are hidden. [.215.1]- JSON5 string line continuation. [.212.1]- Context-Menu Handling in Release Mode. [.211.1]- Burndown some VS Analyze Mode Infos/Warnings. diff --git a/Versions/day.txt b/Versions/day.txt index c34a8046f..0ddd619ce 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -215 +217 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 5c66f3277..67cdb5d8f 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 24d731315..80dbef8a5 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 215 +#define VERSION_REV 217 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6 From 5ef7b599454d3037b6701902830e6f34dd2070d1 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 18 Feb 2021 07:23:22 +0100 Subject: [PATCH 2/2] + Upd: Version files and Changes.txt --- Build/Changes.txt | 8 +++++--- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 1736d8651..0a8442709 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.217.(build_#) (2021-02-17) +Current BETA/RC Version 5.21.218.(build_#) (2021-02-18) ======================================================== -------------------------------------------------------- @@ -67,7 +67,7 @@ NEW: CHANGES: -------------------------------------------------------- [.xxx.x]- . -[.217.1]- Find/Repl dialog - refactoring and minor fixes. +[.218.1]- Find/Repl dialog - refactoring and minor fixes. [.213.1]- JSON5 enhancements to Scintilla's original JSON-Lexer. [.211.1]- Statusbar Selection-Info: switch to byte (instead of character) counting for huge files. [.205.1]- Revert minor insert date/time format changes. @@ -112,7 +112,9 @@ CHANGES: FIXES: -------------------------------------------------------- [.xxx.x]- . -[.217.1]- F/R show wrap-around tooltip only if message boxes are hidden. +[.218.1]- ReplaceAll. avoid busy loop (infinity) while replacing zero-length-match (RegExpr). +[.218.1]- F/R dialog don't change selection by typing search pattern. +[.218.1]- F/R show wrap-around tooltip only if message boxes are hidden. [.215.1]- JSON5 string line continuation. [.212.1]- Context-Menu Handling in Release Mode. [.211.1]- Burndown some VS Analyze Mode Infos/Warnings. diff --git a/Versions/day.txt b/Versions/day.txt index 0ddd619ce..dc6f4a877 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -217 +218 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 67cdb5d8f..61a33a8b6 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 80dbef8a5..0db4f852e 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 217 +#define VERSION_REV 218 #define VERSION_BUILD 1 #define SCINTILLA_VER 446 #define ONIGURUMA_REGEX_VER 6.9.6