Hi, I'm looking for a control to edit rich text. These are my requirements:
- Fast/lightweight
- Support for bulleted/numbered lists
- Colored text and highlighting
- targeting Windows, but cross-platform would be a bonus
- Fine control over undo/redo and easy way to monitor what parts of the documents have changed
- All the other usual features: text styles, copy/paste, etc.
- Can easily be a subclassed and extended
I'm considering Qt's QTextEDit
, but wanted to see if you have any other suggestions.