mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
method chains search: use regular color
This commit is contained in:
+1
-9
@@ -15,11 +15,9 @@
|
||||
*/
|
||||
package com.intellij.compiler.chainsSearch.completion.lookup;
|
||||
|
||||
import com.intellij.codeInsight.lookup.LookupElementPresentation;
|
||||
import com.intellij.compiler.chainsSearch.ChainRelevance;
|
||||
import com.intellij.codeInsight.lookup.LookupElement;
|
||||
import com.intellij.codeInsight.lookup.LookupElementDecorator;
|
||||
import com.intellij.ui.JBColor;
|
||||
import com.intellij.compiler.chainsSearch.ChainRelevance;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
/**
|
||||
@@ -36,10 +34,4 @@ public final class WeightableChainLookupElement extends LookupElementDecorator<L
|
||||
public ChainRelevance getChainRelevance() {
|
||||
return myChainRelevance;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void renderElement(LookupElementPresentation presentation) {
|
||||
presentation.setItemTextForeground(JBColor.GREEN.darker());
|
||||
super.renderElement(presentation);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user