mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove customize plugins step
This commit is contained in:
@@ -14,8 +14,6 @@ public class PyCharmCustomizeIDEWizardStepsProvider implements CustomizeIDEWizar
|
||||
PluginGroups groups = new PluginGroups() {
|
||||
@Override
|
||||
protected void initGroups(Map<String, Pair<Icon, List<String>>> tree, Map<String, String> featuredPlugins) {
|
||||
addVcsGroup(tree);
|
||||
|
||||
addVimPlugin(featuredPlugins);
|
||||
addMarkdownPlugin(featuredPlugins);
|
||||
featuredPlugins.put("BashSupport", "Languages:Bash language support:BashSupport");
|
||||
@@ -29,7 +27,6 @@ public class PyCharmCustomizeIDEWizardStepsProvider implements CustomizeIDEWizar
|
||||
steps.add(new CustomizeLauncherScriptStep());
|
||||
}
|
||||
|
||||
steps.add(new CustomizePluginsStepPanel(groups));
|
||||
steps.add(new CustomizeFeaturedPluginsStepPanel(groups));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user