mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
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:
commit
cd9a7ba828
@ -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.
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user