PygtkScintilla


News

11/12/04
Released version 1.99.5!
08/18/04 Released version 1.99.4
03/20/03
Released version 1.99.2

Trivia

Scintilla is a powerful, multi-platform, general purpose editing widget. It was developed by  Neil Hodgson.
An example of Scintilla at work can be seen here.

Since version 1.47 Scintilla supports GTK+-2.x, GtkScintilla2 has been developed. 
GtkScintilla2 is a wrapper for Scintilla, with the addition of some facilities that make Scintilla accessible via a real GTK2 API.

Also, there exists a python binding of Scintilla for Gtk+-1.x and pygtk-0.6.5. 
It is named PyGtkScintilla, and it was made by Michele Campeotto.

What's new

Version 1.99.5

Version 1.99.4

What is PygtkScintilla

PygtkScintilla is a Python extension module which allows users to use Scintilla with PyGtk-2.0 and Python.
It was developed by Roberto Cavada, and it is distributed under the LGPL License.

You can download PygtkScintilla from here

What you will need

To use PygtkScintilla, you will need:

Python interpreter version 2.2 or greater (2.3 for Windows' users)
GTK2 Toolkit
version 2.0 or greater
Pygtk-2.0 version 1.99.13 or greater

MS Windows users will find an executable installer for each of those packages.

To build PygtkScintilla from sources, you will need also:

Scintilla

version 1.62 or greater

The PyScintilla-(version).tar.gz source archive contains the file README, which describes  how to build PyScintilla2 and some notes about other required packages.

MS Windows binary version was built by using MinGW, Python-2.3, GTK-2.4-win32 and PyGTK-2.2 for Python-2.3.

Download PygtkScintilla

See source and binary packages at <http://sourceforge.net/projects/pygtkscintilla>