aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ce9852790..dc7b4e81c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -561,21 +561,11 @@
Released 17 April 2019.
</li>
<li>
- Improve the styling of numbers in Nim.
- <a href="https://sourceforge.net/p/scintilla/feature-requests/1268/">Feature #1268</a>.
- </li>
- <li>
On Win32, removed special handling of non-0 wParam to WM_PAINT.
</li>
<li>
Implement high-priority idle on Win32 to make redraw smoother and more efficient.
</li>
- <li>
- Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed
- of character category features like determining whether a character is a space or number
- at the expense of memory.
- <a href="https://sourceforge.net/p/scintilla/feature-requests/1259/">Feature #1259</a>.
- </li>
<li>
Add vertical bookmark symbol SC_MARK_VERTICALBOOKMARK.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1276/">Feature #1276</a>.
@@ -585,6 +575,16 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1272/">Feature #1272</a>.
</li>
<li>
+ Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed
+ of character category features like determining whether a character is a space or number
+ at the expense of memory.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1259/">Feature #1259</a>.
+ </li>
+ <li>
+ Improve the styling of numbers in Nim.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1268/">Feature #1268</a>.
+ </li>
+ <li>
Fix exception when inserting DBCS text.
<a href="https://sourceforge.net/p/scintilla/bugs/2093/">Bug #2093</a>.
</li>