User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.3) Gecko/20040910 Mnenhy/0.6.0.104
Ilya Shinkarenko wrote:
Hi all,
does anybody know some Rich Text Format editor widget for SWT?
Any help will be appreciated,
thanks in advance,
Ilya
Hi,
I am looking for the same for quite some time - but to my best
knowledge, there is no reasonable, high-level editor for SWT.
You can do some text formatting with the custom StyledText widget, but
not enougth for my purposes.
What I am looking for is an editor that supports styled text (colors,
sizes, bold, italic and underlined text as well as such common things
like lists...) at a fairly abstract level - so not everything must be
implemented using a lowlevel api.
If anybody has seen such a widget, I would be higly interested as well.