[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.epf] Re: Re-use Rich Text Editor component on Mac?
|
- From: ccoroom@xxxxxxxxx (Sung-Ahn Kim)
- Date: Sun, 10 Feb 2008 01:04:22 +0000 (UTC)
- Newsgroups: eclipse.technology.epf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Buttons work but the editor section fail to refresh its contents.
Also, save and close key binding doesn't work in the editor.
(Of cource, it works fine on Windows)
There can be alternative approach. Use firefox instead of Safari.
Rich text editor uses platform specific web browser instance.
new Borwser(parent, SWT.NONE)
now eclipse 3.3 support firefox everywhere.
new Browser(parent, SWT.MOZILLA)
Unfortunately, when I change its style, my eclipse app. crashes caused by
jni call (3.4M4) or unknow problem (3.3.1.1). SWT mozilla example works
fine ... If SWT fix this unstable behavior, we can use rich text without
pain.
Yes, that is only my hope. But, there is an alternative approach.
1) Support safari on mac
2) Or, support mozilla everywhere