Which editor to use to format rich text (WYSIWYG) in an RCP Eclipse project?

Based on the following criteria, which editor do you suggest for formatting rich text (WYSIWYG) in an Eclipse RCP project? You must have a list of:

  • bulleted lists
  • bold formatting
  • font size
  • As simple as possible, use formatted text directly to create a PDF file using iText.

I think html is the best way, right? Therefore, it would be great if the formatting information used by the editor is already in html format.

+5
source share
2 answers

I did not find a suitable plugin, so I developed my own: LeetEdit

LeetEdit - HTML Eclipse RCP TinyMCE.

( EPL, LGPL), github.com/TimPietrusky/LeetEdit

LeetEdit leetEdit = new LeetEdit(parent, SWT.NONE);

// Set text
leetEdit.setText("LeetEdit is kind of leet.");

// Get text
String text = leetEdit.getText();
+3

TM SoftStudio Rich Text Editor - Eclipse RCP, SWT JavaFX 2.

Rich Text Editor Rich Text Editor Eclipse View Rich Text Editor Show View | Eclipse IDE.

Eclipse View Rich Text Editor HTML-, HTML HTML.

+1

All Articles