[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: RTF editor?

My understanding is that there's an RTF editor (or rather, an editor that with certain settings functions as an RTF editor) within JFace.  However, that's heresay because I've never actually used the API.  IBM people, is it there?

Daniel

Lorenz Maierhofer wrote:
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.