Comment 8 for bug 769232

Revision history for this message
Thomas Krause (krause) wrote : Re: Codelite IDE (based on wxWidgets) has grey stripes

It seems like all of these projects use scintilla under the hood for the source code editor.

pgAdmin3 uses wxStyledTextCtrl (http://wiki.wxwidgets.org/WxStyledTextCtrl) and codelite uses it's another wrapper wxscintilla(http://wxcode.sourceforge.net/components/wxscintilla/index.php) which is claimed to be derived from some older version of wxStyledTextCtrl.

I try to find some non-wxWidgets Text editors using scintilla in order to find out if this is a problem of the bindings or a more deeper one lying in scintilla itself.