Re: Editor
- Posted by ghaberek (admin) Dec 19, 2014
- 5236 views
PeteE said...
Is the wxWindows wxWidgets edit control any better?
It hasn't been "wxWindows" in ten years.
And yes, it is. The wxRichTextCtrl is "a generic, ground-up implementation of a text control capable of showing multiple styles and images" and the wxStyledTextCtrl is based on Scintilla. wxStyledTextCtrl is not, however, yet wrapped in wxEuphoria. Its API is quite, well... bloated, to say the least (then again, so is wxRichTextCtrl). But we're working on that.
-Greg