mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #1534 from rizonesoft/master
Update branch DevNewFeatures with Changes.txt
This commit is contained in:
commit
6f026ff19d
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user