mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+upd: Changes.txt and MS Visual C++ 2019 v16.1.(1-6)
This commit is contained in:
parent
0c69157887
commit
4c41b133e8
@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
==================================================
|
||||
Current Version 5.19.707.build (7 July 2019)
|
||||
Current Version 5.19.7010.build (10 July 2019)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
@ -43,11 +43,12 @@ NEW:
|
||||
--------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------
|
||||
- Update to Oniguruma v.6.9.3
|
||||
- Scintilla Library (SCI) version 4.2.0 (2019-Jul-5)
|
||||
- To force UTF-8 as preffered encoding: activate encoding detection failure fallback for default encoding
|
||||
- Allow Fixedsys font for GDI rendering
|
||||
- For new "Text File" scheme: use regular Segoe UI font
|
||||
- Scintilla Library (SCI) version 4.1.8 (2019-Jun-27)
|
||||
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-4)
|
||||
- Support Compiler version (VC v1921) 192127702 - VS2019 v16.1.(0-6)
|
||||
- Color MarkOccurrences refactoring: use System's HighLight color as default (alpha:60)
|
||||
- Oniguruma: support static build
|
||||
- Merge current (v.6.9.2) Oniguruma docs
|
||||
@ -66,6 +67,7 @@ ENHANCEMENT:
|
||||
--------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------
|
||||
- Oniguruma allow CRLF as newline token
|
||||
- Notepad3.ini file, remove some keys with default values (styles)
|
||||
- Extended encoding detection debug information
|
||||
- Encoding detection failure fallback: current code-page or default encoding on new (if fallback forced)
|
||||
|
||||
@ -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-5)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.1.(0-6)
|
||||
#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