mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-82726 - E: BaseRefactoringProcessor.run
This commit is contained in:
@@ -119,6 +119,11 @@ public class RenameTo extends ShowSuggestions implements SpellCheckerQuickFix {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean startInWriteAction() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private static Editor getEditorFromFocus() {
|
||||
final Component c = KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
|
||||
|
||||
Reference in New Issue
Block a user