Merge remote-tracking branch 'upstream/master' into DevNewFeatures

This commit is contained in:
RaiKoHoff 2020-01-23 16:29:30 +01:00
commit e9cb956a6f
2 changed files with 7 additions and 4 deletions

View File

@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
=====================================================
Current BETA Version 5.20.121.(build_#) (2020-01-21)
Current BETA Version 5.20.123.(build_#) (2020-01-23)
=====================================================
-----------------------------------------------------
@ -50,6 +50,7 @@ NEW:
-----------------------------------------------------
CHANGES:
-----------------------------------------------------
- Lexer keyword initializer list simplified.
- Find/Replace dialog: in case of "transform backslashes" do Esc control seqs.
- Remove "extra" drag n' drop handler.
- Upper confidence level for UCHARDET to: "AnalyzeReliableConfidenceLevel=70".
@ -86,12 +87,13 @@ CHANGES:
- Menu and behavior for copy/paste and copy/paste line.
- Allow each modification step to split undo typing sequence (set timeout < 20ms).
- Split undo typing sequence (by line-breaks and/or timeout).
- Update Oniguruma Regex (ONI) engine (version 6.9.4).
- Update Scintilla Library (SCI) version 4.3.0 (Released 16 January 2020).
- Update Oniguruma Regex (ONI) engine version 6.9.5 (2020/01/23).
- Update Scintilla Library (SCI) version 4.3.0 (2020/01/16).
-----------------------------------------------------
ENHANCEMENT:
-----------------------------------------------------
- Multiline search/find.
- Apply Start Case to AutoHotkey Lexer.
- Change to 1-pass (file open/close) to save settings in Notepad3.ini.
- Enclosing selection with HTML-Tag - Remember last pattern (session).
@ -101,6 +103,7 @@ ENHANCEMENT:
-----------------------------------------------------
FIXES:
-----------------------------------------------------
- Allow multi-line search pattern.
- IME color and IME color styler.
- Wrong language reference for lexer : "Tag".
- "Recent Files" History handling.

View File

@ -1 +1 @@
6.9.4
6.9.5