inplace introduce: recollect all ranges to highlight after template start

This commit is contained in:
anna
2011-07-13 18:51:00 +04:00
parent cdb4629dbb
commit 2b7abb0f7a
@@ -318,7 +318,6 @@ public abstract class AbstractInplaceIntroducer<V extends PsiNameIdentifierOwner
final int startOffset = getExprMarker().getStartOffset();
highlightManager.addOccurrenceHighlight(editor, startOffset, startOffset + variableNameLength, attributes, 0, highlighters, null);
}
super.addHighlights(ranges, editor, highlighters, highlightManager);
}
protected void restoreState(final V psiField) {