mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inplace introduce: recollect all ranges to highlight after template start
This commit is contained in:
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user