mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EDU-509 Return back Code menu
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ public class PyCharmEduInitialConfigurator {
|
||||
|
||||
private static void hideActionFromMainMenu(@NotNull final DefaultMutableTreeNode root,
|
||||
@NotNull final CustomActionsSchema schema, DefaultMutableTreeNode mainMenu){
|
||||
final HashSet<String> menuItems = ContainerUtil.newHashSet("Tools", "VCS", "Refactor", "Code", "Window", "Run");
|
||||
final HashSet<String> menuItems = ContainerUtil.newHashSet("Tools", "VCS", "Refactor", "Window", "Run");
|
||||
hideActions(schema, root, mainMenu, menuItems);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user