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

Bug 320012

Summary: Jet Editor can't find content colorer
Product: z_Archived Reporter: Alain Picard <picard>
Component: JetAssignee: Project Inbox <m2t.jeteditor-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Alain Picard CLA 2010-07-15 12:29:05 EDT
Build Identifier: M20100211-1343

None of the content colorer (Java or XML) is found, used or shown in selection.

Problem has been identified as a bad renamed when package were refactored to internal.

In JETTextEditor, in method initDefaultContentColorerDelegetes() change the following line to the shown contenct (change is that it incorrectly read "org.eclipse.jet.internal.editor")
    IConfigurationElement elements[] = registry.getConfigurationElementsFor("org.eclipse.jet.editor",
        "defaultContentColorerDelegates");
And now it works :)


Reproducible: Always