bring back location in global member items in groovy

This commit is contained in:
peter
2011-04-08 20:19:10 +02:00
parent 6025c53dd0
commit 91a8c9c001
2 changed files with 21 additions and 3 deletions
@@ -65,7 +65,7 @@ public class JavaGlobalMemberLookupElement extends LookupElement implements Stat
@Override
public void renderElement(LookupElementPresentation presentation) {
presentation.setIcon(DefaultLookupItemRenderer.getRawIcon(this, presentation.isReal()));
myHelper.renderElement(presentation, false, PsiSubstitutor.EMPTY);
myHelper.renderElement(presentation, null, PsiSubstitutor.EMPTY);
}
@Override