diff --git a/action_basics/src/main/resources/META-INF/plugin.xml b/action_basics/src/main/resources/META-INF/plugin.xml
index cfcb07b0c..d42fcbcb4 100644
--- a/action_basics/src/main/resources/META-INF/plugin.xml
+++ b/action_basics/src/main/resources/META-INF/plugin.xml
@@ -15,7 +15,7 @@
- com.intellij.modules.lang
+ com.intellij.modules.platform
@@ -27,7 +27,7 @@
2.0.0 Renamed from register_actions and converted to Gradle project.
- 1.1 Refactor to give users feedback when menu items are selected.
+ 1.1 Refactor to give users feedback when selecting menu items.
1.0 Release 2018.3 and earlier.
]]>
@@ -41,7 +41,7 @@
for information about the elements and attributes used for actions and groups. -->
-
+
+ description="Illustration of an action group">
@@ -127,7 +125,7 @@
or to "com.intellij" if the extension point is defined by the IDEA core. The name of the
tag within the tag matches the name of the extension point, and the "implementation" class specifies the name of the
class added to the extension point. -->
-
+
\ No newline at end of file
diff --git a/project_model/resources/META-INF/plugin.xml b/project_model/resources/META-INF/plugin.xml
index 6881b32ae..4fbd72dd8 100644
--- a/project_model/resources/META-INF/plugin.xml
+++ b/project_model/resources/META-INF/plugin.xml
@@ -15,12 +15,12 @@
-
+
-
+ description="Illustrates how to get Sdk info">
+
diff --git a/project_view_pane/resources/META-INF/plugin.xml b/project_view_pane/resources/META-INF/plugin.xml
index a36beef2f..f1189e532 100644
--- a/project_view_pane/resources/META-INF/plugin.xml
+++ b/project_view_pane/resources/META-INF/plugin.xml
@@ -9,7 +9,7 @@
- com.intellij.modules.lang
+ com.intellij.modules.platform
diff --git a/project_wizard/resources/META-INF/plugin.xml b/project_wizard/resources/META-INF/plugin.xml
index f40d9a3d4..a9b2fff7d 100644
--- a/project_wizard/resources/META-INF/plugin.xml
+++ b/project_wizard/resources/META-INF/plugin.xml
@@ -7,7 +7,7 @@
Illustration of working with Project Wizard
- com.intellij.modules.lang
+ com.intellij.modules.platform
Refactor to give users feedback when menu items are selected.
- com.intellij.modules.lang
+ com.intellij.modules.platform
@@ -21,7 +21,7 @@
The optional "description" attribute specifies the text which is displayed in the status bar when the action is focused.
The optional "icon" attribute specifies the icon which is displayed on the toolbar button or next to the menu item. -->
+ text="Simple Action" description="IntelliJ action system demo">
+ text="Example Custom DefaultActionGroup" description="Custom defaultActionGroup demo">
+ text="A Custom Grouped Action" description="Custom grouped action demo"/>
+ text="Dynamic ActionGroup" description="Dynamic actionGroup demo">
diff --git a/run_configuration/resources/META-INF/plugin.xml b/run_configuration/resources/META-INF/plugin.xml
index c2e7f0426..857d9580d 100644
--- a/run_configuration/resources/META-INF/plugin.xml
+++ b/run_configuration/resources/META-INF/plugin.xml
@@ -7,7 +7,7 @@
Illustration of working with run configurations
- com.intellij.modules.lang
+ com.intellij.modules.platform
diff --git a/theme_basics/resources/META-INF/plugin.xml b/theme_basics/resources/META-INF/plugin.xml
index 1d509fa7f..89953b277 100644
--- a/theme_basics/resources/META-INF/plugin.xml
+++ b/theme_basics/resources/META-INF/plugin.xml
@@ -18,7 +18,7 @@
- com.intellij.modules.lang
+ com.intellij.modules.platform
diff --git a/tool_window/resources/META-INF/plugin.xml b/tool_window/resources/META-INF/plugin.xml
index 6113a70b3..b9a3134a5 100644
--- a/tool_window/resources/META-INF/plugin.xml
+++ b/tool_window/resources/META-INF/plugin.xml
@@ -8,7 +8,7 @@
- com.intellij.modules.lang
+ com.intellij.modules.platform
Tree Structure Provider Demo showing only plain text files
- com.intellij.modules.lang
+ com.intellij.modules.platform