Re: Which way to access Scintilla

2008-03-17 Thread Neil Hodgson
Alex: > I also want to embed Scintilla in Tkinter-created window (create the > rest of the GUI in Tkinter), or rather, I want to know if that's > possible at all. Any suggestions are appreciated. While it may be possible with sufficient dedication, it is unlikely to be simple. If you reall

Which way to access Scintilla

2008-03-16 Thread Alex
There are several ways to use Scintilla in Python, the ones described at http://scintilla.sourceforge.net/ScintillaRelated.html are: -through wxPython -pyscintilla is the original Python binding for Scintilla's default GTK 1.x class. Includes some additional support, such as nativ