diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-05 20:19:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-05 20:19:51 +1100 |
commit | 9d4acd378acae6e21c873367019bc67a269c0887 (patch) | |
tree | ab0925076f031bb7a2fd86e2ba0d36e27251bcce /doc | |
parent | 8e1f313288c73a943d78451add1a90b577ddfe44 (diff) | |
download | scintilla-mirror-9d4acd378acae6e21c873367019bc67a269c0887.tar.gz |
Add links to Lexilla.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index f4a572e80..3b4510ed6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -82,10 +82,11 @@ <li id="remote2"><a href="https://www.scintilla.org/ScintillaDownload.html">Download</a></li> <li><a href="https://www.scintilla.org/ScintillaDoc.html">Documentation</a></li> <li><a href="https://www.scintilla.org/ScintillaToDo.html">Bugs</a></li> - <li id="remote3"><a href="https://www.scintilla.org/SciTE.html">SciTE</a></li> + <li id="remote3"><a href="https://www.scintilla.org/Lexilla.html">Lexilla</a></li> + <li id="remote4"><a href="https://www.scintilla.org/SciTE.html">SciTE</a></li> <li><a href="https://www.scintilla.org/ScintillaHistory.html">History</a></li> <li><a href="https://www.scintilla.org/ScintillaRelated.html">Related</a></li> - <li id="remote4"><a href="https://www.scintilla.org/Privacy.html">Privacy</a></li> + <li id="remote5"><a href="https://www.scintilla.org/Privacy.html">Privacy</a></li> </ul> <script type="text/javascript" language="JavaScript"><!-- if (!IsRemote()) { //if NOT remote... @@ -93,6 +94,7 @@ if (!IsRemote()) { //if NOT remote... document.getElementById('remote2').style.display='none'; document.getElementById('remote3').style.display='none'; document.getElementById('remote4').style.display='none'; + document.getElementById('remote5').style.display='none'; } //--></script> <p> @@ -110,11 +112,12 @@ if (!IsRemote()) { //if NOT remote... colours and multiple fonts. </p> <p> - Current development occurs on the default branch as 4.* which requires a recent + Current development occurs on the default branch as 5.* which requires a recent C++ compiler that supports C++17. </p> <p> - For projects that need to work with older systems, a LongTerm3 branch is available which uses only features from C++11. + <a href="https://www.scintilla.org/Lexilla.html">Lexilla</a> is a library of lexers that can + be used with Scintilla. </p> <p> <a href="https://www.scintilla.org/SciTE.html">SciTE</a> is a SCIntilla based Text Editor. Originally built to |