mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[training] add IDE Features Trainer plugin as featured
This commit is contained in:
@@ -246,6 +246,7 @@ public class PluginGroups {
|
||||
featuredPlugins.put("NodeJS", "JavaScript:Node.js integration:NodeJS");
|
||||
featuredPlugins.put("Atlassian Connector",
|
||||
"Tools Integration:Integration for Atlassian JIRA, Bamboo, Crucible, FishEye:atlassian-idea-plugin");
|
||||
addTrainingPlugin(featuredPlugins);
|
||||
}
|
||||
|
||||
public static void addVcsGroup(Map<String, Pair<Icon, List<String>>> tree) {
|
||||
@@ -264,6 +265,10 @@ public class PluginGroups {
|
||||
featuredPlugins.put("IdeaVim", "Editor:Emulates Vim editor:" + IDEA_VIM_PLUGIN_ID);
|
||||
}
|
||||
|
||||
public static void addTrainingPlugin(Map<String, String> featuredPlugins) {
|
||||
featuredPlugins.put("IDE Features Trainer", "Code tools:A good way to learn basic IDE shortcuts for beginners:training");
|
||||
}
|
||||
|
||||
public static void addLuaPlugin(Map<String, String> featuredPlugins) {
|
||||
featuredPlugins.put("Lua", "Custom Languages:Lua language support:Lua");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user