From 448ac5e1c03b6a0b672083f414ea548dd0c1aa0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 18 Dec 2018 10:34:40 +0100 Subject: [PATCH] Code Samples: cleanup plugin.xml --- editor_basics/resources/META-INF/plugin.xml | 17 +----------- facet_basics/resources/META-INF/plugin.xml | 25 ++---------------- framework/resources/META-INF/plugin.xml | 25 ++---------------- inspection/resources/META-INF/plugin.xml | 17 +----------- live_templates/resources/META-INF/plugin.xml | 26 +++---------------- .../resources/META-INF/plugin.xml | 23 +++++----------- module/resources/META-INF/plugin.xml | 23 +--------------- project_model/resources/META-INF/plugin.xml | 19 ++------------ .../resources/META-INF/plugin.xml | 18 ++----------- project_wizard/resources/META-INF/plugin.xml | 17 +----------- psi_demo/resources/META-INF/plugin.xml | 13 +--------- .../resources/META-INF/plugin.xml | 25 +++--------------- .../resources/META-INF/plugin.xml | 20 +++----------- tool_window/resources/META-INF/plugin.xml | 21 ++------------- .../resources/META-INF/plugin.xml | 20 +++----------- 15 files changed, 33 insertions(+), 276 deletions(-) diff --git a/editor_basics/resources/META-INF/plugin.xml b/editor_basics/resources/META-INF/plugin.xml index ea5345564..42fc7b342 100644 --- a/editor_basics/resources/META-INF/plugin.xml +++ b/editor_basics/resources/META-INF/plugin.xml @@ -4,26 +4,11 @@ 1.0 JetBrains - Illustration of Editor's basics + Illustration of various basic Editor APIs - Initial commit - - com.intellij.modules.lang - - - - - - - - - - - - com.intellij.tutorials.facet Facet Demo 1.0 - JetBrains + JetBrains - Basic example of working with facets + Basic example of adding support for custom Facets - Initial commit - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/framework/resources/META-INF/plugin.xml b/framework/resources/META-INF/plugin.xml index 174c09bf8..fd9f155d8 100644 --- a/framework/resources/META-INF/plugin.xml +++ b/framework/resources/META-INF/plugin.xml @@ -2,35 +2,14 @@ com.intellij.demo.framework Framework example 1.0 - YourCompany + JetBrains - Framework support tutorial + Demonstrates basic Framework support with custom Configurable - Initial commit - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/inspection/resources/META-INF/plugin.xml b/inspection/resources/META-INF/plugin.xml index 12f0d37e0..5bcfd22fc 100644 --- a/inspection/resources/META-INF/plugin.xml +++ b/inspection/resources/META-INF/plugin.xml @@ -2,29 +2,14 @@ com.intellij.tutorials.inspection Inspection Demo 1.0 - JetBrains + JetBrains Basic example of working with code inspections - Initial commit - - - - - - - - - - - - - - \ No newline at end of file diff --git a/live_templates/resources/META-INF/plugin.xml b/live_templates/resources/META-INF/plugin.xml index 29b50f3eb..9d398b9c4 100644 --- a/live_templates/resources/META-INF/plugin.xml +++ b/live_templates/resources/META-INF/plugin.xml @@ -1,37 +1,17 @@ live_templates - live_templates + Live Templates 1.0 - YourCompany + JetBrains - - most HTML tags may be used - ]]> + Provides live templates for Markdown language - - most HTML tags may be used - ]]> - - - - - - - - - - \ No newline at end of file diff --git a/max_opened_projects/resources/META-INF/plugin.xml b/max_opened_projects/resources/META-INF/plugin.xml index 4ea0f43a9..0ebd0c576 100644 --- a/max_opened_projects/resources/META-INF/plugin.xml +++ b/max_opened_projects/resources/META-INF/plugin.xml @@ -1,29 +1,18 @@ - max_opened_projects - short description of the plugin + Maximum Open Projects + Shows warning dialog when the maximum allowed number of open projects is exceeded 1.0 - YourCompany - - - - - + JetBrains + - MyPackage.MaxProject - - - - - - - - + \ No newline at end of file diff --git a/module/resources/META-INF/plugin.xml b/module/resources/META-INF/plugin.xml index 999c23645..da14ef442 100644 --- a/module/resources/META-INF/plugin.xml +++ b/module/resources/META-INF/plugin.xml @@ -2,35 +2,14 @@ com.intellij.tutorials.module Module Type Demo 1.0 - JetBrains + JetBrains Basic example of working with module types - Initial commit - - - - - - - - - - - - - - - - - \ 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 9e1987a1f..37970ed71 100644 --- a/project_model/resources/META-INF/plugin.xml +++ b/project_model/resources/META-INF/plugin.xml @@ -2,28 +2,13 @@ org.jetbrains.plugins.sample.ProjectModel Project Model 1.0 - JetBrains + JetBrains - Project model illustration + Demonstrates various aspects of interacting with project model - Initial commit - - com.intellij.modules.lang - - - - - - - - - - - - org.jetbrains.plugins.sample.ProjectViewPane Project View Pane Demo 1.0 - JetBrains + JetBrains - Project View Pane Demo + Project View Pane Demo listing only image files - Initial commit - - com.intellij.modules.lang @@ -16,15 +13,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/project_wizard/resources/META-INF/plugin.xml b/project_wizard/resources/META-INF/plugin.xml index 137d0463b..f40d9a3d4 100644 --- a/project_wizard/resources/META-INF/plugin.xml +++ b/project_wizard/resources/META-INF/plugin.xml @@ -2,32 +2,17 @@ org.jetbrains.tutorials.ProjectWizard Project Wizard Demo 1.0 - JetBrains + JetBrains Illustration of working with Project Wizard - Initial commit - - com.intellij.modules.lang - - - - - - - - - - - - \ No newline at end of file diff --git a/psi_demo/resources/META-INF/plugin.xml b/psi_demo/resources/META-INF/plugin.xml index 106ff0adb..e9586d42a 100644 --- a/psi_demo/resources/META-INF/plugin.xml +++ b/psi_demo/resources/META-INF/plugin.xml @@ -2,21 +2,10 @@ com.jetbrains.psidemo PSI demo 1.0 - YourCompany + JetBrains - - - - - - - - diff --git a/register_actions/resources/META-INF/plugin.xml b/register_actions/resources/META-INF/plugin.xml index 9cb5b953c..341a81975 100644 --- a/register_actions/resources/META-INF/plugin.xml +++ b/register_actions/resources/META-INF/plugin.xml @@ -1,35 +1,16 @@ org.jetbrains.tutorials.actions.RegisterActions - Sample plugin for working with IntelliJ Action System + Sample for working with IntelliJ Action System 1.1 - JetBrains + JetBrains - Illustration of the Action System + Illustration of the Action System with various registration variants Refactor to give users feedback when menu items are selected. - com.intellij.modules.lang - - - - - - - - - - - - - - - com.intellij.modules.lang @@ -16,15 +13,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/tool_window/resources/META-INF/plugin.xml b/tool_window/resources/META-INF/plugin.xml index fb3f599dc..a28d5b6b9 100644 --- a/tool_window/resources/META-INF/plugin.xml +++ b/tool_window/resources/META-INF/plugin.xml @@ -1,33 +1,16 @@ org.jetbrains.plugins.sample.ToolWindow - Tool Window + Tool Window Demo This sample plugin illustrates how to create your custom tool window. 2.0 - YourCompany + JetBrains - - most HTML tags may be used - ]]> - - - - - - - - - - \ No newline at end of file diff --git a/tree_structure_provider/resources/META-INF/plugin.xml b/tree_structure_provider/resources/META-INF/plugin.xml index 9055a3fcc..571dace95 100644 --- a/tree_structure_provider/resources/META-INF/plugin.xml +++ b/tree_structure_provider/resources/META-INF/plugin.xml @@ -1,12 +1,10 @@ - + org.jetbrains.plugins.sample.TreeStructure Tree Structure Provider Demo 1.0 - JetBrains + JetBrains - Tree Structure Provider Demo - - Initial commit + Tree Structure Provider Demo showing only plain text files com.intellij.modules.lang @@ -15,16 +13,4 @@ - - - - - - - - - - - - \ No newline at end of file