aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-10-18 09:56:15 +1100
committerNeil <nyamatongwe@gmail.com>2018-10-18 09:56:15 +1100
commit2b94cc2fe6ae043129a2043b78a5032ddf275ef6 (patch)
tree7ec4a59c73f65fc1a8fc722ecc618fd5585c4949 /doc/ScintillaHistory.html
parent4fe3150c776b2b1bbe0570e6fee9040260364f2d (diff)
downloadscintilla-mirror-2b94cc2fe6ae043129a2043b78a5032ddf275ef6.tar.gz
Updated case conversion and character categories to Unicode 11.
Fixed history by moving new items into the pending version.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 758f1d839..4daecdfbf 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -556,10 +556,21 @@
can be a significant performance cost.
</li>
<li>
+ Improve efficiency of idle wrapping by wrapping in blocks as large as possible while
+ still remaining responsive.
+ </li>
+ <li>
+ Updated case conversion and character categories to Unicode 11.
+ </li>
+ <li>
Fixed a crash on Cocoa in bidirectional mode where some patterns of invalid UTF-8
caused failures to create Unicode strings.
</li>
<li>
+ SCI_MARKERADD returns -1 for invalid lines as documented instead of 0.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2051/">Bug #2051</a>.
+ </li>
+ <li>
Improve performance of text insertion when Unicode line indexing off.
</li>
</ul>
@@ -571,10 +582,6 @@
Released 2 October 2018.
</li>
<li>
- Improve efficiency of idle wrapping by wrapping in blocks as large as possible while
- still remaining responsive.
- </li>
- <li>
C++ lexer fixes evaluation of "#elif".
<a href="https://sourceforge.net/p/scintilla/bugs/2045/">Bug #2045</a>.
</li>
@@ -582,10 +589,6 @@
Markdown lexer fixes highlighting of non-ASCII characters in links.
</li>
<li>
- SCI_MARKERADD returns -1 for invalid lines as documented instead of 0.
- <a href="https://sourceforge.net/p/scintilla/bugs/2051/">Bug #2051</a>.
- </li>
- <li>
SciTE on Win32 drops menukey feature, makes Del key work again in find and replace strips
and disables F5 while command running.
<a href="https://sourceforge.net/p/scintilla/bugs/2044/">Bug #2044</a>.