diff options
author | nyamatongwe <unknown> | 2012-06-23 10:37:04 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-06-23 10:37:04 +1000 |
commit | 32fc844ce7f11eb421ce3d2629782410b55395b0 (patch) | |
tree | b124cf23e41dee93f0b27ec2357a6110b69b4b2e | |
parent | 5694c5196779d584e8ce74ff91baa58da58d1ccb (diff) | |
download | scintilla-mirror-32fc844ce7f11eb421ce3d2629782410b55395b0.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. |