My boss is looking for a .NET text control to build a custom editor on. Here’s what we need it to do:
- Supports embedded tables, with easily editing (like Word tables).
- Supports different text styles (font, size, color, background, etc).
- Ability to programmatically set styles, both on first load, and as file is edited.
- Supports key/mouse catching events and changing behavior.
- Supports large documents (10's to 100's of klocs) without losing performance.
- Not a full up word processing control, but more an advanced text control.
- We don’t need to support .rtf, .html, etc. Instead, we need to be able to on the fly translate our data into the text editor control and back out as well, presumably by dynamically creating tables, indentation levels, etc.
We have looked at and rejected a few options including TX Text Control (because its table editing is not good enough, specifically its column editing abilities)
edit:
- must support stand alone use.