mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
JS push down: improvements + tests
This commit is contained in:
@@ -28,6 +28,11 @@ import com.intellij.refactoring.lang.ElementsHandler;
|
||||
|
||||
|
||||
public class PushDownAction extends BaseRefactoringAction {
|
||||
|
||||
public PushDownAction() {
|
||||
setInjectedContext(true);
|
||||
}
|
||||
|
||||
public boolean isAvailableInEditorOnly() {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user