diff options
author | Neil <nyamatongwe@gmail.com> | 2019-04-13 07:46:20 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-04-13 07:46:20 +1000 |
commit | b6fc41f1cc699ebd82039748b952cf5e3feb4343 (patch) | |
tree | 0a82c39862afda0432d3dd6f72b6588b5dc43b0c | |
parent | de6b1047a4e0751988e05d675ec38a8eb60b4701 (diff) | |
download | scintilla-mirror-b6fc41f1cc699ebd82039748b952cf5e3feb4343.tar.gz |
Reordered items for 4.1.5 release.
-rw-r--r-- | doc/ScintillaHistory.html | 20 |
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> |