<div>In last 3 weeks i've in development of new plugin-wrapper of geany plugin-api for python. Main idea - ability to write plugins in python with pygtk and mini-abstract level for geany structures.</div><div>I've encountered with problem. I need to build bridge and for scintilla, but python have only 3 wrappers: pyscintilla(rip in <2004), pygtkscintilla(rip in 2004), pyqscintilla(rip with pyqt, because pyside don't have wrapper). Best way - pyqscintilla. But i want to write good and usefull mini-engine.</div>
<div>And i trying to google information about this question. I found many mails in lists, where talking about scintilla and gtksource view. Main thing - scintilla is going to be RIP'd, cuz development rate too small and community, who interests in this library, very small. Best way - use gtksourceview, becouse it now(in 2.9) have got all necessary functionality and going to be best widget for source editor.</div>
<div>As i think, now need to start moving onto gtksourceview as parallel work with 0.19. And at 0.20 fully go to gtksourceview.</div><div><br></div><div>At the end, gtksourceview is "native" to gtk+, unlike to scintilla. And, of cause, pygksourceview have very good wrapper to python.</div>
<div><br></div><div>What are you think?</div><div><br></div><div>Some links:</div><div>1) Old features list - <a href="http://projects.gnome.org/gtksourceview/features.html">http://projects.gnome.org/gtksourceview/features.html</a></div>
<div>2) Current changes and goals and information - <a href="http://live.gnome.org/GtkSourceView">http://live.gnome.org/GtkSourceView</a></div><div>3) References for latest version - <a href="http://library.gnome.org/devel/gtksourceview/unstable/">http://library.gnome.org/devel/gtksourceview/unstable/</a></div>