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. --> + text="Pop Dialog Action" description="SDK action example" icon="ActionBasicsIcons.Sdk_default_icon"> @@ -55,21 +55,21 @@ + text="A Group Action" description="SDK static grouped action example" icon="ActionBasicsIcons.Sdk_default_icon"> + text="Popup Grouped Actions" description="Custom defaultActionGroup demo" icon="ActionBasicsIcons.Sdk_default_icon"> + text="A Popup Action" description="SDK popup grouped action example" icon="ActionBasicsIcons.Sdk_default_icon"/> + text="Dynamically Grouped Actions" description="SDK dynamically grouped action example" icon="ActionBasicsIcons.Sdk_default_icon"> diff --git a/comparing_references_inspection/resources/META-INF/plugin.xml b/comparing_references_inspection/resources/META-INF/plugin.xml index ba29aa7e8..adfb1de83 100644 --- a/comparing_references_inspection/resources/META-INF/plugin.xml +++ b/comparing_references_inspection/resources/META-INF/plugin.xml @@ -32,7 +32,7 @@ - IntelliJ Platform SDK + IntelliJ Platform SDK diff --git a/conditional_operator_intention/resources/META-INF/plugin.xml b/conditional_operator_intention/resources/META-INF/plugin.xml index 77dbcfce4..63894c3d5 100644 --- a/conditional_operator_intention/resources/META-INF/plugin.xml +++ b/conditional_operator_intention/resources/META-INF/plugin.xml @@ -15,6 +15,7 @@ com.intellij.modules.java + com.intellij.modules.platform @@ -32,7 +33,7 @@ - IntelliJ Platform SDK + IntelliJ Platform SDK @@ -41,9 +42,4 @@ - - - com.intellij.codeInsight.intention.ConditionalOperatorConvertor - - diff --git a/editor_basics/src/main/resources/META-INF/plugin.xml b/editor_basics/src/main/resources/META-INF/plugin.xml index c17fc5116..8fe9d60e1 100644 --- a/editor_basics/src/main/resources/META-INF/plugin.xml +++ b/editor_basics/src/main/resources/META-INF/plugin.xml @@ -15,7 +15,7 @@ - com.intellij.modules.lang + com.intellij.modules.platform diff --git a/framework_basics/src/main/resources/META-INF/plugin.xml b/framework_basics/src/main/resources/META-INF/plugin.xml index 736d23a3a..676670ee8 100644 --- a/framework_basics/src/main/resources/META-INF/plugin.xml +++ b/framework_basics/src/main/resources/META-INF/plugin.xml @@ -36,7 +36,7 @@ IntelliJ Platform SDK - + diff --git a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml index c0157b52f..2bdce9876 100644 --- a/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml +++ b/gradle_plugin_demo/src/main/resources/META-INF/plugin.xml @@ -4,7 +4,7 @@ 0.0.1 dummy - com.intellij.modules.lang + com.intellij.modules.platform diff --git a/inspection_basics/src/main/resources/META-INF/plugin.xml b/inspection_basics/src/main/resources/META-INF/plugin.xml index ec45b60f2..caa0f94bd 100644 --- a/inspection_basics/src/main/resources/META-INF/plugin.xml +++ b/inspection_basics/src/main/resources/META-INF/plugin.xml @@ -12,7 +12,7 @@ - + com.intellij.modules.lang @@ -57,8 +57,8 @@ implementationClass= FQN of inspection implementation --> - - com.intellij.modules.lang + + com.intellij.modules.platform org.jetbrains.kotlin - YourCompany + IntelliJ Platform SDK diff --git a/live_templates/resources/META-INF/plugin.xml b/live_templates/resources/META-INF/plugin.xml index 876f3b744..d2d187ccb 100644 --- a/live_templates/resources/META-INF/plugin.xml +++ b/live_templates/resources/META-INF/plugin.xml @@ -4,7 +4,12 @@ 1.0 JetBrains - Provides live templates for Markdown language + + + Adds an entry to the Preferences | Editor | Live Templates dialog. + ]]> + diff --git a/live_templates/resources/liveTemplates/Markdown.xml b/live_templates/resources/liveTemplates/Markdown.xml index 2f96a90da..725f104ee 100644 --- a/live_templates/resources/liveTemplates/Markdown.xml +++ b/live_templates/resources/liveTemplates/Markdown.xml @@ -1,7 +1,7 @@