diff options
| -rw-r--r-- | doc/ScintillaRelated.html | 29 | 
1 files changed, 27 insertions, 2 deletions
| diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index e81efb015..3caf8cd09 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -65,8 +65,33 @@         A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>.      </p>      <p> -       <a href="http://www.archaeopteryx.com/opensource/pyscintilla.html"> A Python binding of the -      GTK+ version of Scintilla</a>, that can be used with pygtk. +	<a href="http://sourceforge.net/projects/moleskine">gtkscintilla</a> +	is an alternative GTK class implementation for scintilla. +	This implementation acts more like a Gtk+ object, with many methods rather +	than just scintilla_send_message() and is available as a shared library. +	This implementation works with GTK 1.x. +    </p> +    <p> +	<a href="http://sourceforge.net/projects/moleskine">gtkscintilla2</a> +	is an alternative GTK class implementation for scintilla +	similar to the above, but for GTK 2.x. +    </p> +    <p> +	<a href="http://www.wingide.com/opensource/pyscintilla.html">pyscintilla</a> +	is the original Python binding for Scintilla's default GTK +	1.x class. Includes some additional support, such as native printing on +	Windows.  The binding is hand-written rather than auto-generated from the +	Scintilla.iface file. +    </p> +    <p> +	<a href="http://sourceforge.net/projects/moleskine">pygtkscintilla</a> +	is a Python binding for gtk1.x scintilla that uses +	gtkscintilla instead of the default GTK class. +    </p> +    <p> +	<a href="http://sra.itc.it/people/cavada/PyScintilla2.html">pyscintilla2</a> +	is a Python binding for GTK 2.x scintilla that uses +	gtkscintilla2.      </p>      <p>  	<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/scintilla/scintillactrl/">ScintillaCtrl</a> | 
