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

Bug 423352

Summary: [codemirror] Remove support for CSS, Java, JSON, JS
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-12-05 12:30:59 EST
Recent work on Orion's pluggable syntax highlighting allowed extensions to take over highlighting of CSS, Java, JS, and JSON. These were previously all assigned to Orion's native text styler and not allowed to be handled by an extension.

Since we do not want CodeMirror to steal these extensions from Orion's native highlighter, the CodeMirror plugin should not register itself for them.