mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
Merge pull request #1161 from hpwamr/mui_dev
+ Update: Version Strings (VER_CPL) and Changes.txt
This commit is contained in:
commit
bc8065f3fb
@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
==================================================
|
||||
Current Version 5.19.430.build (2019-Apr 30)
|
||||
Current Version 5.19.501.build (2019-May 1)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
@ -68,6 +68,8 @@ CHANGES:
|
||||
- Allow Hyperlink Hotspots to be activated in "Focused View"
|
||||
- BOOKMARK (margin flag) style changed to vertical flavor
|
||||
- Auto-Save after elevating user right
|
||||
- Compiler version 192027508 (VS2019 v16.0.(0-3)
|
||||
|
||||
|
||||
- Rework Chinese encoding (GBK,GB2312,GB18030) detection and selection
|
||||
- Make international language menu (language independent)
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#if (_MSC_VER >= 1920)
|
||||
#if(_MSC_FULL_VER >= 192027508)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-2)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.(0-3)
|
||||
#elif(_MSC_FULL_VER >= 192027027)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.0.Prev(1-4)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user