diff --git a/action_basics/src/main/resources/META-INF/plugin.xml b/action_basics/src/main/resources/META-INF/plugin.xml index 35a9c2655..cc6a152de 100644 --- a/action_basics/src/main/resources/META-INF/plugin.xml +++ b/action_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.action - + SDK: Action Sample com.intellij.modules.platform - + Adds entries to the Tools menu. @@ -28,7 +28,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/comparing_string_references_inspection/src/main/resources/META-INF/plugin.xml b/comparing_string_references_inspection/src/main/resources/META-INF/plugin.xml index bc0938d7f..6a6bc457f 100644 --- a/comparing_string_references_inspection/src/main/resources/META-INF/plugin.xml +++ b/comparing_string_references_inspection/src/main/resources/META-INF/plugin.xml @@ -6,18 +6,18 @@ org.intellij.sdk.codeInspection - + SDK: Comparing References Inspection Sample com.intellij.modules.platform com.intellij.java - + Adds entries to - Preferences | Editor | Inspections | Java | Probable Bugs. + Settings | Editor | Inspections | Java | Probable Bugs. ]]> @@ -30,7 +30,7 @@ ]]> - + IntelliJ Platform SDK @@ -45,9 +45,9 @@ - language - inspection language ID - shortName - not specified, will be computed by the underlying implementation classes - bundle - name of the message bundle for the "key" attribute - - key - the key of the message to be shown in the Preferences | Editor | Inspections panel + - key - the key of the message to be shown in the Settings | Editor | Inspections panel - groupPath - defines the outermost grouping for this inspection in - the Preferences | Editor | Inspections panel. Not localized. + the Settings | Editor | Inspections panel. Not localized. - groupBundle - the name of a message bundle file to translate groupKey In this case, reuse an IntelliJ Platform bundle file from intellij.platform.resources.en - groupKey - the key to use for translation subgroup name using groupBundle file. diff --git a/conditional_operator_intention/src/main/resources/META-INF/plugin.xml b/conditional_operator_intention/src/main/resources/META-INF/plugin.xml index 7925eee9e..cbf93deb5 100644 --- a/conditional_operator_intention/src/main/resources/META-INF/plugin.xml +++ b/conditional_operator_intention/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,18 +6,18 @@ org.intellij.sdk.intention - + SDK: Conditional Operator Converter com.intellij.java com.intellij.modules.platform - + - Adds entry to Preferences | Editor | Intentions | SDK Intentions. + Adds entry to Settings | Editor | Intentions | SDK Intentions. ]]> @@ -30,7 +30,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/editor_basics/src/main/resources/META-INF/plugin.xml b/editor_basics/src/main/resources/META-INF/plugin.xml index 12fd27d86..10f5863e6 100644 --- a/editor_basics/src/main/resources/META-INF/plugin.xml +++ b/editor_basics/src/main/resources/META-INF/plugin.xml @@ -6,13 +6,13 @@ org.intellij.sdk.editor - + SDK: Editor Sample com.intellij.modules.platform - + - + IntelliJ Platform SDK diff --git a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java index 84d95ae4c..57f1952c2 100644 --- a/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java +++ b/facet_basics/src/main/java/org/intellij/sdk/facet/DemoFacetEditorTab.java @@ -1,4 +1,4 @@ -// Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.intellij.sdk.facet; @@ -37,7 +37,7 @@ public class DemoFacetEditorTab extends FacetEditorTab { } /** - * Provides the {@link JPanel} displayed in the Preferences | Facet UI + * Provides the {@link JPanel} displayed in the Project Structure | Facet UI * * @return {@link JPanel} to be displayed in the {@link DemoFacetEditorTab}. */ diff --git a/facet_basics/src/main/resources/META-INF/plugin.xml b/facet_basics/src/main/resources/META-INF/plugin.xml index 413bf3db5..8ed8af7d8 100644 --- a/facet_basics/src/main/resources/META-INF/plugin.xml +++ b/facet_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.facet - + SDK: Facet Basics com.intellij.modules.lang - + Adds SDK Facet @@ -27,7 +27,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/framework_basics/src/main/resources/META-INF/plugin.xml b/framework_basics/src/main/resources/META-INF/plugin.xml index e1eeaf291..5cd60273b 100644 --- a/framework_basics/src/main/resources/META-INF/plugin.xml +++ b/framework_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,14 +6,14 @@ org.intellij.sdk.framework - + SDK: Framework Sample com.intellij.modules.platform com.intellij.java - + Adds SDK Demo Framework to @@ -29,7 +29,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/kotlin_demo/src/main/resources/META-INF/plugin.xml b/kotlin_demo/src/main/resources/META-INF/plugin.xml index 0b19e08a6..6dd71b1a2 100644 --- a/kotlin_demo/src/main/resources/META-INF/plugin.xml +++ b/kotlin_demo/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.kotlin - + SDK: Kotlin Demo com.intellij.modules.platform - + Greeting menu group anchored last in the Main Menu @@ -27,7 +27,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/live_templates/src/main/resources/META-INF/plugin.xml b/live_templates/src/main/resources/META-INF/plugin.xml index 76f7bab65..340bd2a60 100644 --- a/live_templates/src/main/resources/META-INF/plugin.xml +++ b/live_templates/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,17 +6,17 @@ org.intellij.sdk.liveTemplates - + SDK: Live Templates Sample com.intellij.modules.lang - + Adds an entry to the - Preferences | Editor | Live Templates dialog. + Settings | Editor | Live Templates dialog. ]]> @@ -29,7 +29,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/max_opened_projects/src/main/resources/META-INF/plugin.xml b/max_opened_projects/src/main/resources/META-INF/plugin.xml index 2c818c676..355fd9b5f 100644 --- a/max_opened_projects/src/main/resources/META-INF/plugin.xml +++ b/max_opened_projects/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.maxOpenProjects - + SDK: Maximum Open Projects Sample com.intellij.modules.platform - + - + IntelliJ Platform SDK diff --git a/module/src/main/resources/META-INF/plugin.xml b/module/src/main/resources/META-INF/plugin.xml index 7e258e6a4..bf1b785cb 100644 --- a/module/src/main/resources/META-INF/plugin.xml +++ b/module/src/main/resources/META-INF/plugin.xml @@ -6,13 +6,13 @@ org.intellij.sdk.module - + SDK: Module Type Sample com.intellij.modules.platform - + Adds SDK Demo Module to File | New | Project... @@ -27,7 +27,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml b/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml index 2886b9703..ef4914780 100644 --- a/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml +++ b/product_specific/pycharm_basics/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.pycharm - + SDK: PyCharm Sample com.intellij.modules.python - + - + IntelliJ Platform SDK diff --git a/project_model/src/main/resources/META-INF/plugin.xml b/project_model/src/main/resources/META-INF/plugin.xml index 0d67beb66..f3ffb6f85 100644 --- a/project_model/src/main/resources/META-INF/plugin.xml +++ b/project_model/src/main/resources/META-INF/plugin.xml @@ -6,14 +6,14 @@ org.intellij.sdk.project.model - + SDK: Project Model Sample com.intellij.modules.platform com.intellij.java - + Adds menu items to @@ -29,7 +29,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/project_view_pane/src/main/resources/META-INF/plugin.xml b/project_view_pane/src/main/resources/META-INF/plugin.xml index 72ded3be0..40faf4093 100644 --- a/project_view_pane/src/main/resources/META-INF/plugin.xml +++ b/project_view_pane/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.view.pane - + SDK: Project View Pane Demo com.intellij.modules.platform - + - + IntelliJ Platform SDK diff --git a/project_wizard/src/main/resources/META-INF/plugin.xml b/project_wizard/src/main/resources/META-INF/plugin.xml index b7f437122..4abc603f0 100644 --- a/project_wizard/src/main/resources/META-INF/plugin.xml +++ b/project_wizard/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.project.wizard - + SDK: Project Wizard Demo com.intellij.modules.platform - + - + IntelliJ Platform SDK diff --git a/psi_demo/src/main/resources/META-INF/plugin.xml b/psi_demo/src/main/resources/META-INF/plugin.xml index 5e3cfa72a..20ea68093 100644 --- a/psi_demo/src/main/resources/META-INF/plugin.xml +++ b/psi_demo/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,14 +6,14 @@ org.intellij.sdk.psi - + SDK: PSI Demo com.intellij.modules.platform com.intellij.java - + - + IntelliJ Platform SDK diff --git a/run_configuration/src/main/resources/META-INF/plugin.xml b/run_configuration/src/main/resources/META-INF/plugin.xml index ceffe06e0..f823340e0 100644 --- a/run_configuration/src/main/resources/META-INF/plugin.xml +++ b/run_configuration/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.runConfiguration - + SDK: Run Configuration Demo com.intellij.modules.platform - + - + IntelliJ Platform SDK diff --git a/settings/src/main/resources/META-INF/plugin.xml b/settings/src/main/resources/META-INF/plugin.xml index fec37c097..1d3c6b92b 100644 --- a/settings/src/main/resources/META-INF/plugin.xml +++ b/settings/src/main/resources/META-INF/plugin.xml @@ -6,14 +6,14 @@ org.intellij.sdk.settings - + SDK: Settings Example com.intellij.modules.platform - + Adds a settings panel to the Settings @@ -28,7 +28,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/simple_language_plugin/src/main/resources/META-INF/plugin.xml b/simple_language_plugin/src/main/resources/META-INF/plugin.xml index ab17560d9..37c9ec63f 100644 --- a/simple_language_plugin/src/main/resources/META-INF/plugin.xml +++ b/simple_language_plugin/src/main/resources/META-INF/plugin.xml @@ -6,14 +6,14 @@ org.intellij.sdk.language - + SDK: Simple Language Sample com.intellij.modules.platform com.intellij.java - + Defines a new language, @@ -33,7 +33,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/theme_basics/resources/META-INF/plugin.xml b/theme_basics/resources/META-INF/plugin.xml index 3651d92c6..10bbefb63 100644 --- a/theme_basics/resources/META-INF/plugin.xml +++ b/theme_basics/resources/META-INF/plugin.xml @@ -6,7 +6,7 @@ org.intellij.sdk.themeBasics - + SDK: Theme Basics @@ -31,7 +31,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/tool_window/src/main/resources/META-INF/plugin.xml b/tool_window/src/main/resources/META-INF/plugin.xml index 48ecd42e9..8ff087aaf 100644 --- a/tool_window/src/main/resources/META-INF/plugin.xml +++ b/tool_window/src/main/resources/META-INF/plugin.xml @@ -6,13 +6,13 @@ org.intellij.sdk.toolWindow - + SDK: Tool Window Sample com.intellij.modules.platform - + @@ -30,7 +30,7 @@ ]]> - + IntelliJ Platform SDK diff --git a/tree_structure_provider/src/main/resources/META-INF/plugin.xml b/tree_structure_provider/src/main/resources/META-INF/plugin.xml index 4d7844057..8811b5bf9 100644 --- a/tree_structure_provider/src/main/resources/META-INF/plugin.xml +++ b/tree_structure_provider/src/main/resources/META-INF/plugin.xml @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@ org.intellij.sdk.treeStructureProvider - + SDK: Tree Structure Provider Sample com.intellij.modules.platform - + - + IntelliJ Platform SDK