Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How to get Java editor colors for field and static field?
Permanently deleted user
Created
I want to get the Java editor colors for fields and static fields. There are no corresponding constants in HighlighterColors. Is there a way to use these?
I want to get the Java editor colors for fields and static fields. There are no corresponding constants in HighlighterColors. Is there a way to use these?
Take a look at com.intellij.codeInsight.CodeInsightColors.
Keith Lea wrote:
Take a look at com.intellij.codeInsight.CodeInsightColors.
Sascha