[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.epf] Re: Problems with Rich Text Editor

Mario Cervera a écrit :
Hi.

I've managed to use the rich text editor in my application. I've subclassed RichTextEditor so that I could have a ToolBar but I have two problems:

- An empty space appears before the first button of my toolbar

- The editor is not multiline (at least the enter key doesn't work). I've set the style as SWT.BORDER | SWT.MULTI | SWT.WRAP | SWT.V_SCROLL and it doesn't seem to solve anything.
The bug with "Return" key has been solved in Eclipse 3.4.1 (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=238957)

Jacques

Has anyone had the same problems? What can I do?

Thanks in advance

Mario