LeetEdit is an HTML editor (WYSIWYG) for Eclipse RCP based on TinyMCE. TinyMCE is a platform independent JavaScript HTML WYSIWYG editor.
2012 by http://tim-pietrusky.de
Note: This is an early beta version. Please help me find bugs.
- bold
- italic
- underline
- strike through
- justify left
- justify center
- justify right
- justify full
- bullet-list
- numbered-list
- format
- font
- font-size
- foreground-color
- background-color
-
In Eclipse open the Install dialog with the menu Help / Install New Software...
-
Push the Add button (top right)
-
Name: "LeetEdit - Update-Site" Location: http://timpietrusky.github.com/lab/leetedit/update-site
-
In Eclipse open the Install dialog with the menu Help / Install New Software...
-
Under the Work with dropdown select "LeetEdit - Update-Site"
-
Select LeetEdit and press next
-
Follow the wizard and restart eclipse after completion
LeetEdit leetEdit = new LeetEdit(parent, SWT.NONE);
// Set text
leetEdit.setText("LeetEdit is kind of leet.");
// Get text
String text = leetEdit.getText();
Licensed under VVL 1.33b7 which means this work is free for all, so use it as you like.