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 | |
parent | b42e2bfcf1c133eaa4653d4699964d01e3f748a0 (diff) | |
download | scintilla-mirror-52914bbfaf1dc360fb2233129923b2bae748532c.tar.gz |
Updated links for Scinterm, Textadept, and Scintillua.
-rw-r--r-- | doc/ScintillaHistory.html | 2 | ||||
-rw-r--r-- | doc/ScintillaRelated.html | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index da8afaab9..763d7dd4b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -4946,7 +4946,7 @@ </li> <li> Added ncurses platform definitions. Implementation is maintained separately as - <a href="https://foicica.com/scinterm/">Scinterm</a>. + <a href="https://orbitalquark.github.io/scinterm">Scinterm</a>. </li> </ul> <h3> 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> |