Community
Participate
Working Groups
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