CodeMirror-Eclipse
JavaScript Java CSS Other
Switch branches/tags
Nothing to show
Latest commit 40e3c47 Dec 19, 2014 @angelozerr Merge pull request #11 from paulvi/patch-2
codemirror-eclipse-rcp no longer can be found

README.md

CodeMirror Eclipse

You can see the Eclipse RAP demo at http://cmeclipse-2.opensagres.eu.cloudbees.net/codemirror

CodeMirror is JavaScript component that provides a code editor in the browser. It provides several modes like javascript, xml, json, html, etc to manage syntax colors, syntax errors, completions etc.

CodeMirror Eclipse gives you the capability to use codemirror with the three context : Eclipse SWT, RCP and RAP. It embeds the javascript codemirror editor in a SWT Browser. It provides several features :

  • use codemirror with just SWT/RWT. Here a screen with SWT Java main about codemirror Json mode :

CMEclipse_JsonSWT

  • use codemirror with Eclipse 3.x EditorPart. Here a screen with Eclipse RCP about codemirror Json mode :

CMEclipse_JsonRCP

Here a screen with Eclipse RAP about codemirror Json mode :

CMEclipse_JsonRAP

You can see the Eclipse RAP demo at http://cmeclipse.opensagres.cloudbees.net/codemirror

Installation

Update site available at http://oss.opensagres.fr/CodeMirror-Eclipse/1.0.0-SNAPSHOT/

License

https://opensagres.ci.cloudbees.com/job/CodeMirror-Eclipse/

Build

See cloudbees job: https://opensagres.ci.cloudbees.com/job/CodeMirror-Eclipse/

Similar project