diff options
author | nyamatongwe <devnull@localhost> | 2012-06-23 10:37:04 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-23 10:37:04 +1000 |
commit | 01ac8968bc741a192d65f12acfb5aeaf25a37c0e (patch) | |
tree | d139106027ed5c87a822e89b388be786f87e2cd9 | |
parent | c35c96ff969aa1c287a20be0c251da8be0922ff1 (diff) | |
download | scintilla-mirror-01ac8968bc741a192d65f12acfb5aeaf25a37c0e.tar.gz |
Added some related projects mentioned on the mailing list.
-rw-r--r-- | doc/ScintillaRelated.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index ab3c43b76..66f68ea92 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,10 @@ Ports and Bindings of Scintilla </h3> <p> + <a href="http://www.morphos-team.net/releasenotes/3.0">Scintilla.mcc</a> + is a port to MorphOS. + </p> + <p> <a href="https://metacpan.org/module/Wx::Scintilla">Wx::Scintilla</a> is a Perl Binding for Scintilla on wxWidgets. </p> @@ -119,6 +123,19 @@ Projects using Scintilla </h3> <p> + <a href="http://foicica.com/textadept/">Textadept</a> + is a ridiculously extensible cross-platform text editor for programmers written (mostly) in + Lua using LPeg to handle the lexers. + </p> + <p> + <a href="http://www.morphos-team.net/releasenotes/3.0">Scribble</a> + is a text editor included in MorphOS. + </p> + <p> + <a href="http://mysqlworkbench.org/">MySQL Workbench</a> + is a cross-platform, visual database design, sql coding and administration tool. + </p> + <p> <a href="http://liveditor.com/index.html">LIVEditor</a> is for web front end coders editing html/css/js code. </p> @@ -421,6 +438,10 @@ Editing Components </h3> <p> + <a href="http://www.soft-gems.net/index.php/controls/unicodeeditor-formerly-unicode-syntax-editor">UniCodeEditor</a> + is a Unicode aware syntax editor control for Delphi and C++ Builder. + </p> + <p> <a href="http://projects.gnome.org/gtksourceview/">GtkSourceView</a> is a text widget that extends the standard GTK+ 2.x text widget and improves it by implementing syntax highlighting and other features typical of a source editor. |