mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable introduce local variable in modal context, e.g. debugger (IDEA-169446)
This commit is contained in:
@@ -24,6 +24,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
public class IntroduceVariableAction extends BasePlatformRefactoringAction {
|
||||
public IntroduceVariableAction() {
|
||||
setInjectedContext(true);
|
||||
setEnabledInModalContext(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user