Presenting Pscyntilla
The
Pida Project is now
maintaining PyGtk+ bindings for
Scintilla. These bindings
are based on
PyScintilla2
which does not have a new release in about 2 years (therefore we
assumed it's a dead project). If you're interested drop me an email
or find it in
trunk/extras/psyntilla.
I am the one working on the bindings. Ali is learning how to work with it. Besides correcting a few bugs on the interface - a metadata file that binding developers can use to generate code from - parser I've created a new parser that adds more coverage to Scintilla API. Now we support all the defined constants! All 646 of them!
I hope this proves to be easier to port to win32 then gtksourceview was. Problem was not on GtkSourceView per se but rather on the Python bindings...
Oh and I found out that cross compiling something under linux is easier then compiling it directly on Windows! Really astonishing. Infact most gtk related libraries are generated under Linux!