开发者

Looking for an RTF editor to use in an Eclipse RCP application

开发者 https://www.devze.com 2023-01-03 05:34 出处:网络
I am making an Eclipse RCP Application in which I would like to include the possibility of ed开发者_开发技巧iting RTF files. It would be a plus to be able to easily handle annotations.

I am making an Eclipse RCP Application in which I would like to include the possibility of ed开发者_开发技巧iting RTF files. It would be a plus to be able to easily handle annotations.

I have already looked at org.eclipse.epf.richtext and it doesn't really fit the requirements.

If anyone has any suggestions I would appreciate it.


Here are a few ideas:

  • The rich text viewer link text looks nice and is eclipse open source.
  • If you are using windows you can embed an ole-frame in your application. Examples at http://www.java2s.com/
  • There is an article about an rtf editor in the eclipse magazine (in german) "Multimedia-Redaktionssystem auf RCP-Basis". Article, source code.
  • Have a look at the open office integration editor plugin
0

精彩评论

暂无评论...
验证码 换一张
取 消