diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDownload.html | 10 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 19 | ||||
-rw-r--r-- | doc/index.html | 2 |
3 files changed, 23 insertions, 8 deletions
diff --git a/doc/ScintillaDownload.html b/doc/ScintillaDownload.html index 302f8bd70..c363a1fe2 100644 --- a/doc/ScintillaDownload.html +++ b/doc/ScintillaDownload.html @@ -26,9 +26,9 @@ <table bgcolor="#CCCCCC" width="100%" cellspacing="0" cellpadding="8" border="0"> <tr> <td> - <font size="4"> <a href="https://www.scintilla.org/scintilla380.zip"> + <font size="4"> <a href="https://www.scintilla.org/scintilla3100.zip"> Windows</a> - <a href="https://www.scintilla.org/scintilla380.tgz"> + <a href="https://www.scintilla.org/scintilla3100.tgz"> GTK+/Linux</a> </font> </td> @@ -42,7 +42,7 @@ containing very few restrictions. </p> <h3> - Release 3.8.0 + Release 3.10.0 </h3> <h4> Source Code @@ -50,8 +50,8 @@ The source code package contains all of the source code for Scintilla but no binary executable code and is available in <ul> - <li><a href="https://www.scintilla.org/scintilla380.zip">zip format</a> (1600K) commonly used on Windows</li> - <li><a href="https://www.scintilla.org/scintilla380.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li> + <li><a href="https://www.scintilla.org/scintilla3100.zip">zip format</a> (1600K) commonly used on Windows</li> + <li><a href="https://www.scintilla.org/scintilla3100.tgz">tgz format</a> (1400K) commonly used on Linux and compatible operating systems</li> </ul> Instructions for building on both Windows and Linux are included in the readme file. <h4> 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> diff --git a/doc/index.html b/doc/index.html index f46100194..1c86f9a01 100644 --- a/doc/index.html +++ b/doc/index.html @@ -56,7 +56,7 @@ GTK+, and OS X</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 3.8.0<br /> + <font color="#FFCC99" size="3"> Release version 3.10.0<br /> Site last modified February 12 2018</font> </td> <td width="20%"> |