aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-12 09:21:30 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-12 09:21:30 +1100
commit199f9e16684c48d639c280b7f445c13dd0efb3a9 (patch)
tree7aa16c15edfc761feca5f6a52f53a54572d5bf06 /doc/ScintillaHistory.html
parentd7ce32146a4256efd7360b3bae1a14e0f1472761 (diff)
downloadscintilla-mirror-199f9e16684c48d639c280b7f445c13dd0efb3a9.tar.gz
Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
These have been superceded by Lexilla and the SetILexer API.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 16d3bb42b..a8de50362 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -578,6 +578,18 @@
Released 5 March 2021.
</li>
<li>
+ Remove SetLexer, SetLexerLanguage, and LoadLexerLibrary methods.
+ These have been superceded by Lexilla and the SetILexer API.
+ </li>
+ </ul>
+ <h3>
+ <a href="https://www.scintilla.org/scite500.zip">Release 5.0.0</a>
+ </h3>
+ <ul>
+ <li>
+ Released 5 March 2021.
+ </li>
+ <li>
First version that separates Lexilla from Scintilla.
Each of the 3 projects now has a separate history page but history before 5.0.0 remains combined.
</li>