Experiments combining Orion's pluggable syntax highlighting with CodeMirror syntax modes
JavaScript Other
Latest commit 0ebc0b0 Mar 18, 2015 @mamacdon Update README
Permalink
Failed to load latest commit information.
.settings
build
src Adding .ino in the list of C-like file extensions Apr 2, 2014
.gitignore
.project Turn into an Eclipse desktop project Apr 12, 2013
LICENSE
README.md
index.html
package.json

README.md

Orion-codemirror is a plugin for Eclipse Orion that provides syntax highlighting using CodeMirror modes.

Installing from the web

The most recent, minified version of this plugin is hosted on the web. It usually requires the latest stable version of Orion.

  1. Go here.
  2. Follow the installation instructions.

Installing from source

  1. Checkout the [source repo from GitHub](https://github.com/mamacdon/orion-codemirror orion-codemirror).
  2. Host the source on some web server. (If you're using Orion as your development environment, you can create a site to do this).
  3. Load the URL of codeMirrorPlugin.html in your web browser.
  4. Follow the installation instructions.

Optionally, you can minify the code to reduce download time: try the build/build.sh script.

Uninstalling

  1. Log in to Orion and go to the Settings page.
  2. Click the Plugins category.
  3. Find the "Orion Codemirror syntax highlighting" entry from the plugin list, then click the Delete button beside it.

Requirements

  • Orion

License

Eclipse Distribution License v 1.0. See the LICENSE file that accompanies this README.