Merge pull request #3422 from hpwamr/mui

+ Upd: Version files, Changes.txt and MS VS 2019 update (v16.9.5)
This commit is contained in:
Pairi Daiza 2021-05-12 00:30:54 +02:00 committed by GitHub
commit cd9a7ba828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 4 deletions

View File

@ -120,6 +120,8 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.511.2]- TinyExpr: expr need not start with blank.
[.511.2]- TinyExpr: UTF-8 to ANSI-CP-1252 conversion should yield invalid characters instead of blank or currency.
[.511.1]- Space-width, avgchar-width and tab-width calculation.
[.511.1]- Scintilla missing recalculation of space width (to get correct tab width for indentation).
[.511.1]- Revert to Scintilla std tabwidth calculation on font changes.

View File

@ -1 +1 @@
1
2

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Rizonesoft.Notepad3"
processorArchitecture="*"
version="5.21.511.1"
version="5.21.511.2"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -77,7 +77,9 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1928)
#if (_MSC_FULL_VER >= 192829914)
#if (_MSC_FULL_VER >= 192829915)
#define VER_CPL MS Visual C++ 2019 v16.9.5
#elif (_MSC_FULL_VER >= 192829914)
#define VER_CPL MS Visual C++ 2019 v16.9.4
#elif (_MSC_FULL_VER >= 192829913)
#define VER_CPL MS Visual C++ 2019 v16.9.(2-3)

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 511
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 502
#define LEXILLA_VER 502
#define ONIGURUMA_REGEX_VER 7.0.0