How to get Java editor colors for field and static field?
Permanently deleted user
创建于
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