From 903563a1cd3604b7bd6151ea0ec5c32314098808 Mon Sep 17 00:00:00 2001
From: nyamatongwe
- A Python binding of the - GTK+ version of Scintilla, that can be used with pygtk. + gtkscintilla + 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. +
++ gtkscintilla2 + is an alternative GTK class implementation for scintilla + similar to the above, but for GTK 2.x. +
++ pyscintilla + 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. +
++ pygtkscintilla + is a Python binding for gtk1.x scintilla that uses + gtkscintilla instead of the default GTK class. +
++ pyscintilla2 + is a Python binding for GTK 2.x scintilla that uses + gtkscintilla2.
ScintillaCtrl -- cgit v1.2.3