diff options
author | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
---|---|---|
committer | mitchell <unknown> | 2018-06-30 09:18:26 -0400 |
commit | a0d2795cb9f2f2af41ce24e296869654c4b99287 (patch) | |
tree | 1daf686fa802069ce3b114b2bdc708545184515a /doc/ScintillaHistory.html | |
parent | 0ec088ea2def1bae5c51b82d0683ebb0406da083 (diff) | |
download | scintilla-mirror-rel-3-10-0.tar.gz |
Updated for 3.10.0.rel-3-10-0
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 19 |
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> |