From 2bebbac2b153c85dac9938ff50fa3b3393bcce13 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Thu, 20 Oct 2022 19:44:38 +0200 Subject: [PATCH] + Upd: Version files and Changes.txt --- Build/Changes.txt | 7 ++++++- Versions/day.txt | 2 +- grepWinNP3/src/Resources/grepWinNP3.rc | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index d1dab98dc..9db6a00ef 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.22.1019.(build_#) (2022-10-19) +Current BETA/RC Version 5.22.1020.(build_#) (2022-10-20) ======================================================== -------------------------------------------------------- @@ -62,6 +62,8 @@ NEW: CHANGES: -------------------------------------------------------- [.###.#]- . +[1020.1]- Standard DarkMode Theme. +[1020.1]- Minor adjustment of grepWinNP3's layout and correction of some strings (GRE). [1018.1]- Simplify WordList Set according to (https://github.com/ScintillaOrg/lexilla/issues/103). [1018.1]- Caret style: allow std caret bar width up to max(20) and define alpha transparency (not below 20). [1018.1]- "Modify Lines" feature (using tinyexpr) - fixes and optimizations. @@ -113,6 +115,9 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[1020.1]- Respect single file instance mode for internal file loading. +[1020.1]- "unref" param in RELEASE mode. +[1020.1]- DarkTheme handling. [1019.1]- "grepWinNP3" minor layout adjustments (GRE). [1019.1]- Resizing the "Open Recent File" dialog box. [1018.1]- Resizing control (files as binary), minor layout adjustments (GRE). diff --git a/Versions/day.txt b/Versions/day.txt index 1a8c1ea28..49efa1e2e 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -1019 +1020 diff --git a/grepWinNP3/src/Resources/grepWinNP3.rc b/grepWinNP3/src/Resources/grepWinNP3.rc index c388371d8..d06e96be2 100644 --- a/grepWinNP3/src/Resources/grepWinNP3.rc +++ b/grepWinNP3/src/Resources/grepWinNP3.rc @@ -84,7 +84,7 @@ BEGIN CONTROL "All sizes",IDC_ALLSIZERADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,139,98,10 CONTROL "Size is",IDC_SIZERADIO,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,14,152,48,10 COMBOBOX IDC_SIZECOMBO,65,150,73,41,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP - EDITTEXT IDC_SIZEEDIT,143,149,40,12,ES_AUTOHSCROLL,WS_EX_RIGHT + EDITTEXT IDC_SIZEEDIT,143,150,40,12,ES_AUTOHSCROLL,WS_EX_RIGHT LTEXT "KB",IDC_KBTEXT,186,152,9,8 CONTROL "Include system items",IDC_INCLUDESYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,166,98,10 CONTROL "Include hidden items",IDC_INCLUDEHIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,117,166,104,10 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index 8449e0718..d90a9ef82 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 81376fad4..8cd2706db 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 22 -#define VERSION_REV 1019 +#define VERSION_REV 1020 #define VERSION_BUILD 1 #define SCINTILLA_VER 531 #define LEXILLA_VER 520