Merge pull request #1534 from rizonesoft/master

Update branch DevNewFeatures with Changes.txt
This commit is contained in:
Pairi Daiza 2019-08-15 10:57:32 +02:00 committed by GitHub
commit 6f026ff19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,12 +25,13 @@ ABBREVIATIONS:
CED - (C)ompact (E)ncoding (D)etection (by Google)
MUI - (M)ultilingual (U)ser (I)nterface
NLS - (N)ew (L)anguage (S)trings (need for translation)
ONI - (ONI)guruma Regex engine
SCI - (SCI)ntilla Library
UCD - (UCD)ARDET is an Encoding Detector Library
==================================================
Branch "DevNewFeatures": Current BETA Version 5.19.8xx.#(build) (2019-08-xx)
Current BETA Version 5.19.8xx.#(build) (2019-08-xx)
==================================================
--------------------------------------------------
@ -41,7 +42,7 @@ NEW:
--------------------------------------------------
CHANGES:
--------------------------------------------------
- Update Oniguruma Regex engine (v.6.9.3+)
- Update Oniguruma Regex (ONI) engine (v.6.9.3+)
- Scintilla Library (SCI) version 4.2.1 (2019-Jul-5)
--------------------------------------------------
@ -63,11 +64,12 @@ REMOVED:
TRANSLATIONS (MUI):
--------------------------------------------------
- Portuguese Brazilian (pt-BR) Translation (In progress)
- Swedish (sv-SE) Translation (In progress)
- Turkish (tr-TR) Translation (In progress)
==================================================
Current RC2 Version 5.19.814.#(build) (2019-08-14)
Version 5.19.815.25xx (15 August 2019)
==================================================
--------------------------------------------------
@ -85,12 +87,12 @@ CHANGES:
- Sync Minipath Filter-Lines list with Notepad3 Lexers list
- Use double-quotes as MRU list string limiter
- Keep .ini backward compatibility for moved "Text Files" lexer (from "Default Text")
- Update to Oniguruma v.6.9.3
- Update to Oniguruma (ONI) 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
- Color MarkOccurrences refactoring: use System's HighLight color as default (alpha:60)
- Replace Onigmo by Oniguruma
- Replace Onigmo by Oniguruma (ONI)
- CED -> UCHARDET license and acknowledgement
--------------------------------------------------
@ -117,7 +119,7 @@ FIXES:
- Send NewLine to sci control, if this id no AutoComplete fill-up char
- Obsolete newline after .ini-file sections with comments
- Enhanced Unicode detection
- Oniguruma allow CRLF as newline token
- Oniguruma (ONI) 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)