TimPietrusky / LeetEdit

LeetEdit is an HTML editor (WYSIWYG) for Eclipse RCP based on TinyMCE.

Home Page:www.timpietrusky.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetEdit 0.0.1

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.

In Action

in action

Currently available options

  • 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

Install via Update-Site

Add Update-Site

  1. In Eclipse open the Install dialog with the menu Help / Install New Software...

  2. Push the Add button (top right)

  3. Name: "LeetEdit - Update-Site" Location: http://timpietrusky.github.com/lab/leetedit/update-site

Install

  1. In Eclipse open the Install dialog with the menu Help / Install New Software...

  2. Under the Work with dropdown select "LeetEdit - Update-Site"

  3. Select LeetEdit and press next

  4. Follow the wizard and restart eclipse after completion

How to use

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

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

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

License

Licensed under VVL 1.33b7 which means this work is free for all, so use it as you like.

Contributors

igordejanovic

About

LeetEdit is an HTML editor (WYSIWYG) for Eclipse RCP based on TinyMCE.

www.timpietrusky.com


Languages

Language:Java 100.0%