mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
show xml group in any context, it provides useful info about available features
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
*/
|
||||
package com.intellij.xml.actions;
|
||||
|
||||
import com.intellij.openapi.actionSystem.ActionGroupUtil;
|
||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
||||
import com.intellij.openapi.actionSystem.DefaultActionGroup;
|
||||
|
||||
/**
|
||||
@@ -28,8 +26,4 @@ public class XmlActionsGroup extends DefaultActionGroup {
|
||||
getTemplatePresentation().setText("XML Actions");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update(AnActionEvent e) {
|
||||
e.getPresentation().setVisible(!ActionGroupUtil.isGroupEmpty(this, e));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user