Merge pull request #3338 from hpwamr/mui

+ Upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2021-04-16 13:24:12 +02:00 committed by GitHub
commit dfd9050550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 10 deletions

View File

@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.415.(build_#) (2021-04-15)
Current BETA/RC Version 5.21.416.(build_#) (2021-04-16)
========================================================
--------------------------------------------------------
@ -60,7 +60,10 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[.416.1]- Save bookmarks in file history in case of "Save as...".
[.416.1]- Minimize usage of deprecated LCID/LANGID for MiniPath.
[.415.1]- Cpp-Lexer fix merged from Lexilla (5b92f7219a9fe9fb0ae4c5cc19f57c39185e4074.
[.414.2]- Minimize usage of deprecated LCID/LANGID for Notepad3.
[.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).
@ -92,6 +95,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.416.1]- Save Schema config in case of inifile from scratch.
[.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.

View File

@ -1,5 +1,5 @@
====================================================================================================
=== How to build a NON MUI Notepad3 version for desired Language (Mono-language) ===
== How to build a NON MUI Notepad3 version for desired Language (Mono-language) - 15/04/2021 ==
====================================================================================================
Important: Make all modifications with a text editor (not the Resource-Editor), e.g.: Notepad3
@ -25,14 +25,11 @@ Important: Make all modifications with a text editor (not the Resource-Editor),
#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)
IV. (Re-)Compile the Notepad3 project

View File

@ -1 +1 @@
415
416

View File

@ -463,4 +463,4 @@
<Error Condition="!Exists('..\packages\boost_iostreams-vc142.1.75.0.0\build\boost_iostreams-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_iostreams-vc142.1.75.0.0\build\boost_iostreams-vc142.targets'))" />
<Error Condition="!Exists('..\packages\boost_regex-vc142.1.75.0.0\build\boost_regex-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost_regex-vc142.1.75.0.0\build\boost_regex-vc142.targets'))" />
</Target>
</Project>
</Project>

View File

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

View File

@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 415
#define VERSION_REV 416
#define VERSION_BUILD 1
#define SCINTILLA_VER 501
#define LEXILLA_VER 501