diff options
author | Mitchell Foral <unknown> | 2021-03-07 08:50:16 +1100 |
---|---|---|
committer | Mitchell Foral <unknown> | 2021-03-07 08:50:16 +1100 |
commit | 52914bbfaf1dc360fb2233129923b2bae748532c (patch) | |
tree | a3739afe972dc82178d8a2d7403f470b757b71b1 /doc/ScintillaRelated.html | |
parent | b42e2bfcf1c133eaa4653d4699964d01e3f748a0 (diff) | |
download | scintilla-mirror-52914bbfaf1dc360fb2233129923b2bae748532c.tar.gz |
Updated links for Scinterm, Textadept, and Scintillua.
Diffstat (limited to 'doc/ScintillaRelated.html')
-rw-r--r-- | doc/ScintillaRelated.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 59ccebf33..afb43a6dc 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -30,7 +30,7 @@ Ports and Bindings of Scintilla </h3> <p> - <a href="http://foicica.com/scinterm/">Scinterm</a> + <a href="https://orbitalquark.github.io/scinterm">Scinterm</a> is an implementation of Scintilla for the ncurses platform. </p> <p> @@ -166,11 +166,15 @@ SciTE through the director interface. </p> <p> - <a href="http://foicica.com/textadept/">Textadept</a> - is a ridiculously extensible cross-platform text editor for programmers written (mostly) in + <a href="https://orbitalquark.github.io/textadept">Textadept</a> + is a remarkably extensible cross-platform text editor for programmers written (mostly) in Lua using LPeg to handle the lexers. </p> <p> + <a href="https://orbitalquark.github.io/scintillua">Scintillua</a> + is an external Scintilla lexer that uses Lua LPeg lexers for lexing. + </p> + <p> <a href="http://www.morphos-team.net/releasenotes/3.0">Scribble</a> is a text editor included in MorphOS. </p> |