Based on the following criteria, what editor do you suggest for rich text formatting (WYSIWYG) in an Eclipse RCP project? The must have list:
I guess html is the best way to that, right? So it would be great if the formatting information used by the editor already is in the html format.
I found no suitable plugin so i developed my own: LeetEdit
LeetEdit is an HTML editor for Eclipse RCP based on TinyMCE.
It's free (both EPL and LGPL) and you can fork it on 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();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With