enable introduce local variable in modal context, e.g. debugger (IDEA-169446)

This commit is contained in:
Anna.Kozlova
2017-03-15 14:21:33 +01:00
parent 3c7ed2daec
commit 987cbde554
@@ -24,6 +24,7 @@ import org.jetbrains.annotations.Nullable;
public class IntroduceVariableAction extends BasePlatformRefactoringAction {
public IntroduceVariableAction() {
setInjectedContext(true);
setEnabledInModalContext(true);
}
@Override