Is there a rich edit/markup widget for wxWidgets?
These are the possibilities so far: • See www.scintilla.org for a very nice syntax-highlighting editor widget. Robin Dunn has written a wxWidgets wrapper for this widget, available in the wxWidgets distribution under contrib/src/stc. • If you only need to display marked-up information, rather than edit it, then wxHTML will suit your needs. wxHTML is built into wxWidgets – please see the reference manual for details, and samples/html. • There are rich edit widgets in both WIN32 and GTK+, but there is currently no wxWidgets wrapper for these (but text attribute functions are being added in the wxWidgets 2.3.x series).
Related Questions
- I am using TRichEdit::Print(AnsiString Caption) to print the contents of a Rich Edit control. Why does the caption not print at the top of any of the pages?
- Can I use the rich text editor to edit documents created in programs other than the LibLicense software?
- When I try to edit a specific recipe, I get error 75. What is happening?