mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ Current Build Information - VS2019 v16.1.(0-1)
This commit is contained in:
parent
86e29893a6
commit
c6cb2f6ed6
@ -72,7 +72,7 @@ CHANGES:
|
||||
- Make Custom.Schemes and Find/Replace dialog resizable
|
||||
- BOOKMARK (margin flag) style changed to vertical flavor
|
||||
- Auto-Save after elevating user right
|
||||
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.0
|
||||
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-1)
|
||||
- Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection
|
||||
- Make international language menu (language independent)
|
||||
- Start dual encoding detectors in (thread) parallel for large files
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= 192127702)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.1.0
|
||||
#define VER_CPL MS Visual C++ 2019 v16.1.(0-1)
|
||||
#elif(_MSC_FULL_VER >= 192027508)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-4)
|
||||
#elif(_MSC_FULL_VER >= 192027027)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user