aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-15 13:45:55 +0000
committernyamatongwe <devnull@localhost>2001-04-15 13:45:55 +0000
commitc0969faec025143a9a68513faf8d030f1b85ae1d (patch)
treebc7c3c74043f4635d55ca35bfec4d57622fe42bc
parent6081d3a149453774f56fcbd84457ee9509725bc9 (diff)
downloadscintilla-mirror-c0969faec025143a9a68513faf8d030f1b85ae1d.tar.gz
Mention of ActiveState's Komodo and Ozan S. Yigit's regex.
-rw-r--r--doc/ScintillaRelated.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html
index 7413c72d2..a61e8927d 100644
--- a/doc/ScintillaRelated.html
+++ b/doc/ScintillaRelated.html
@@ -28,6 +28,11 @@
<h3>
Projects using Scintilla
</h3>
+ <p>
+ <a href="http://www.activestate.com/ASPN/Downloads/Komodo/More">Komodo</a>
+ is a cross-platform multi-language development environment built
+ as an application of Mozilla.
+ </p>
<!--
<p>
<a href="http://sourceforge.net/projects/tilp/">TiLP</a>
@@ -172,6 +177,10 @@
the Windows Richedit control which PythonWin used.
</p>
<p>
+ <a href="http://www.cs.yorku.ca/~oz/">regex</a> is a public domain
+ implementation of regular expression pattern matching used in Scintilla.
+ </p>
+ <p>
<a href="http://www.petes-place.com/">CodeMagic</a> is a free generic IDE for Win32.
Strongly Perl focused but customisable for other languages. Has more user interface features
than SciTE.