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 :
- use codemirror with Eclipse 3.x EditorPart. Here a screen with Eclipse RCP about codemirror Json mode :
Here a screen with Eclipse RAP about codemirror Json mode :
You can see the Eclipse RAP demo at http://cmeclipse.opensagres.cloudbees.net/codemirror
Update site available at http://oss.opensagres.fr/CodeMirror-Eclipse/1.0.0-SNAPSHOT/
- for CodeMirror Javascript the license is http://codemirror.net/LICENSE
- for the rest the license is EPL
https://opensagres.ci.cloudbees.com/job/CodeMirror-Eclipse/
See cloudbees job: https://opensagres.ci.cloudbees.com/job/CodeMirror-Eclipse/
- codemirror-eclipse-rcp (no longer can be found)
- CodeMirror RAP/RWT Widget
- rap-ckeditor