aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaRelated.html21
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.