diff options
author | nyamatongwe <unknown> | 2003-03-30 21:54:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-03-30 21:54:31 +0000 |
commit | 903563a1cd3604b7bd6151ea0ec5c32314098808 (patch) | |
tree | 88cbb85f5e1b8f4257e68dc727fd58a202f2b7b6 | |
parent | 13084ad03ac99d4ad1c2d4b5a28df348bca5979d (diff) | |
download | scintilla-mirror-903563a1cd3604b7bd6151ea0ec5c32314098808.tar.gz |
Updated list of GTK+ bindings.
-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> |