aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index e91c51501..28140a649 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -536,11 +536,11 @@
</li>
</ul>
<h3>
- <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.?/scintilla?.zip/download">Release 3.?</a>
+ <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.0/scintilla3100.zip/download">Release 3.10.0</a>
</h3>
<ul>
<li>
- Released ?.
+ Released 30 June 2018.
</li>
<li>
Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accomodate documents larger than
@@ -572,6 +572,9 @@
and ensure something is shown.
</li>
<li>
+ Curses platform fixed potential crash with newer versions of ncurses.
+ </li>
+ <li>
Diff lexer adds styles for diffs containing patches.
</li>
<li>
@@ -586,6 +589,18 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1216/">Feature #1216.</a>
</li>
<li>
+ Markdown Lua LPeg lexer fixes incorrect highlighting of markdown lists.
+ </li>
+ <li>
+ Fixed child Lua LPeg lexers that embed themselves into parents. Also fixed proxy lexers.
+ </li>
+ <li>
+ Fixed legacy Lua LPeg lexers with custom fold functions.
+ </li>
+ <li>
+ C# Lua LPeg lexer highlights "var" keyword.
+ </li>
+ <li>
Set the last X chosen when SCI_REPLACESEL called to ensure macros work
when text insertion followed by caret up or down.
</li>