mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
restore and deprecate api for a while
This commit is contained in:
+5
@@ -77,6 +77,11 @@ public abstract class InplaceVariableIntroducer<E extends PsiElement> extends In
|
||||
initOccurrencesMarkers();
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean performInplaceRename() {
|
||||
return performInplaceRefactoring(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean shouldSelectAll() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user