aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html11
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