EDU-509 Return back Code menu

This commit is contained in:
liana.bakradze
2016-07-28 14:51:45 +03:00
parent 176832a3b3
commit 63a93e68ed
@@ -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);
}