diff options
| -rw-r--r-- | doc/ScintillaRelated.html | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index 79347e16a..a387ff3ee 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -29,6 +29,14 @@         Projects using Scintilla      </h3>      <p> +	<a href="http://www.pnotepad.org/scintilla/">Delphi wrapper</a> for Scintilla +	which is also usable from Borland C++ Builder. +    </p> +    <p> +	<a href="http://sourceforge.net/projects/pycrust/">PyCrust</a> is an interactive +	Python shell based on wxPython. +    </p> +    <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.  | 
