Merge pull request #3331 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-04-15 19:33:45 +02:00 committed by GitHub
commit 8bd2e6ebed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 9 deletions

View File

@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.414.(build_#) (2021-04-14)
Current BETA/RC Version 5.21.415.(build_#) (2021-04-15)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.415.1]- Cut lines for rectangular and multi selection.
[.412.1]- Use 'Ctrl+' key to force dropping files into new instance (Ctrl+ for new instance).
[.402.1]- ScintillaWin horizontal mouse-wheel support.
[.331.2]- Provide Mono-Language IDs.
@ -59,7 +60,8 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.###.#]- New size "4MB" for "FileLoadWarningMB=4" (Styling and Syntax Highlighting are switched off).
[.415.1]- Cpp-Lexer fix merged from Lexilla (5b92f7219a9fe9fb0ae4c5cc19f57c39185e4074.
[.414.1]- New size "4MB" for "FileLoadWarningMB=4" (Styling and Syntax Highlighting are switched off).
[.413.2]- Configurable position offset on launching new instance.
[.413.1]- Clarify menu item string (only one instance per file).
[.413.1]- Drag-n-Drop: allow multiple files to drop.
@ -83,13 +85,14 @@ CHANGES:
[.301.1]- EOL-Mode: status-bar double-click : inverted cyclic change rotation CRLF -> LF -> CR.
[.411.1]- Update grepWinNP3 (GRE) version 2.1.7.36 (2021-04.07).
[.402.1]- Update Oniguruma Regex (ONI) engine version 6.9.7 RC1 (2021-03-31).
[.406.1]- Update Lexilla Library (LEX) version 5.0.1 (2021-04-05).
[.415.1]- Update Lexilla Library (LEX) version 5.0.1 (2021-04-09).
[.411.1]- Update Scintilla Library (SCI) version 5.0.1 (2021-04-09).
--------------------------------------------------------
FIXES:
--------------------------------------------------------
[.###.#]- .
[.415.1]- Small correction to Line Cut feature (thin selection).
[.414.2]- Minipath uses NP§ preferred language, if not configured.
[.414.2]- Compiling mono-language compiler switch version.
[.414.2]- Some minor bugs around MUI Language selection.

View File

@ -19,13 +19,17 @@ Important: Make all modifications with a text editor (not the Resource-Editor),
E.g.: for German: At the begin of the ".rc" files (the real include section)
#elif defined(MUI_BASE_LNG_DE_DE)
"#include ""../language/np3_de_de/np3_de_de.rc""\r\n"
E.g.: for German: At the end of the ".rc" files
#elif defined(MUI_BASE_LNG_DE_DE)
#include "../language/np3_de_de/np3_de_de.rc"
III. Check: ".\language\common_res.h"
".\minipath\language\common_res.h"
- Make sure that the desired Base Language exists in the list of Language resources.
E.g.: for German:
#elif defined(MUI_BASE_LNG_DE_DE)
#define MUI_BASE_LNG_ID L"de-DE"
Check: ".\minipath\language\common_res.h"
E.g.: for German:
#define MUI_BASE_LNG_ID MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN)
#elif defined(MUI_BASE_LNG_EL_GR)

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
414
415

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.414.2"
version="5.21.415.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 414
#define VERSION_BUILD 2
#define VERSION_REV 415
#define VERSION_BUILD 1
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6