Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 417626

Summary: [codemirror] CodeMirror plugin not highlighting anything
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: Silenio_Quarti
Version: 3.0   
Target Milestone: 4.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-09-19 14:15:06 EDT
1. Install the plugin https://orion-codemirror.googlecode.com/git/codeMirrorPlugin.html
2. Load a .html file in the editor
3. No highlighting 

Some quick debugging suggests that text change listeners registered with the  `orion.edit.model` service API, are not being called.
Comment 1 Mark Macdonald CLA 2013-09-19 14:34:02 EDT
I'm hosting an unminified version of the codemirror plugin here, for easier debugging:
https://orion-codemirror.googlecode.com/git-history/src/src/codeMirrorPlugin.html

One day I will get source maps working and this won't be necessary