During work on PDE styling via eclipse-pde/eclipse.pde#2432 I noticed that PDE defines a lot of color constants (for syntax highlighting in target editor, Manifest and e4 editor). Also Ant does the same.
We should define some general constants and re-use them in these areas.
We have:
- org.eclipse.pde.ui (5 Keys)
- org.eclipse.pde.genericeditor.extension (6 colorDefinitions)
- org.eclipse.ant.ui (6 Keys)
And more
During work on PDE styling via eclipse-pde/eclipse.pde#2432 I noticed that PDE defines a lot of color constants (for syntax highlighting in target editor, Manifest and e4 editor). Also Ant does the same.
We should define some general constants and re-use them in these areas.
We have:
And more