Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Possible to specify Eclipse task tag colors by priority?

Tags:

java

eclipse

This is specifically for the Eclipse IDE. I know it is possible to edit the color (and font, etc.) of task tags by going to:

Preferences->Java->Editor->Syntax Coloring->Comments->Task Tags

But what I'd like to do is define different colors for different task tag priorities. For example, TODO is Normal priority, and so should be blue in color; while FIXME is High priority, and so should be red in color.

Is this possible? If so, how?

Edit: This is in the Java editor itself.

like image 500
Karl Giesing Avatar asked Apr 13 '14 20:04

Karl Giesing


1 Answers

It is not yet possible - the configuration (under General → Editors → Text Editors → Annotations only allows to set one color for task tags. It would be possible to extend the Annotations code to allow to differentiate Task tags by priority, but so far no one has done that.

like image 169
llogiq Avatar answered Oct 20 '22 00:10

llogiq