Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (26 loc) · 1.97 KB

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