A wxWidgets implementation of the Scintilla editing control.
wxScintilla implements the Scintilla editing control with the wxWidgets API. It's derived from wxStyledTextCtrl (see wxWidgets/contrib) and has the same functionality and a similar API. The almost singular difference (beside naming) is it has a much faster release cycle.
The API reference can be read online here.
Screen shot of wyoEditor, see here.
Go to the project list, click on the release of wxScintilla.
No releases are announced, you have to check the project list from time to time or ask in the wxCode mailing list.
See Readme.txt and ToDo.txt.
To develop wxScintilla further I need to know what others think about. What is perfect, what is missing, what is wrong. It would be nice if could write your experience after some use into the wxCode mailing list (see feedback).
Otto Wyss. Since it was derived from wxStyledTextCtrl most credits goes to Robin Dunn.