mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ Ver: VS2019 version update - VS 16.3.10 and update Changes.txt
This commit is contained in:
parent
79e8558133
commit
5322cecc31
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
====================================================
|
||||
Current BETA Version 5.19.1120.(#build) (2019-11-20)
|
||||
Current BETA Version 5.19.1121.(#build) (2019-11-21)
|
||||
====================================================
|
||||
|
||||
----------------------------------------------------
|
||||
@ -89,6 +89,7 @@ ENHANCEMENT:
|
||||
----------------------------------------------------
|
||||
FIXES:
|
||||
----------------------------------------------------
|
||||
- System MessageBox() for "not saved" warning on modified files
|
||||
- Oniguruma RegEx engine: respect EOL mode on encoding type.
|
||||
- Wrong encoding detection settings for explicit config .ini-File load.
|
||||
- Disable HyperLink calltip on ESC, as long as caret is in hyperlink text range.
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER == 1923)
|
||||
#if(_MSC_FULL_VER >= 192328107)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.3.9
|
||||
#define VER_CPL MS Visual C++ 2019 v16.3.(9-10)
|
||||
#elif(_MSC_FULL_VER >= 192328106)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.3.(3-8)
|
||||
#elif(_MSC_FULL_VER >= 192328105)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user