remove obsolete "Preferences" term usage

This commit is contained in:
Yann Cébron 2023-03-27 14:09:44 +02:00
parent 22eb168ad0
commit 1fd9ebd759
22 changed files with 82 additions and 82 deletions

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.action</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Action Sample</name>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates implementing Action and Action Group patterns.<br> Adds entries to the Tools menu.
@ -28,7 +28,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<!-- Declare the default resource location for localizing menu strings -->

View File

@ -6,18 +6,18 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.codeInspection</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Comparing References Inspection Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates implementing a Local Inspection Tool.<br> Adds entries to
<b>Preferences | Editor | Inspections | Java | Probable Bugs</b>.
<b>Settings | Editor | Inspections | Java | Probable Bugs</b>.
]]>
</description>
<change-notes>
@ -30,7 +30,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">
@ -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.

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,18 +6,18 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.intention</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Conditional Operator Converter</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.java</depends>
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Intention action that suggests converting a ternary operator into an 'if' block.<br>
Adds entry to <b>Preferences | Editor | Intentions | SDK Intentions<b>.
Adds entry to <b>Settings | Editor | Intentions | SDK Intentions<b>.
]]>
</description>
<change-notes>
@ -30,7 +30,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.editor</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Editor Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Illustrates various basic Editor APIs. Requires at least project to be open, and a file open in the editor
@ -29,7 +29,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<actions>

View File

@ -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}.
*/

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.facet</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Facet Basics</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.lang</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates implementing the custom Facet pattern.<br>Adds <em>SDK Facet</em>
@ -27,7 +27,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,14 +6,14 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.framework</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Framework Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates basic Framework support. <br>Adds <i>SDK Demo Framework</i> to
@ -29,7 +29,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.kotlin</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Kotlin Demo</name>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Adds a <i>Greeting</i> menu group anchored last in the <b>Main Menu</b>
@ -27,7 +27,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<actions>

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,17 +6,17 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.liveTemplates</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Live Templates Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.lang</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates implementing live templates for Markdown language.<br> Adds an entry to the
<b>Preferences | Editor | Live Templates</b> dialog.
<b>Settings | Editor | Live Templates</b> dialog.
]]>
</description>
<change-notes>
@ -29,7 +29,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.maxOpenProjects</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Maximum Open Projects Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates adding application services and listeners. Shows warning dialog when more than 3 open projects
@ -32,7 +32,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<applicationListeners>

View File

@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.module</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Module Type Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates example of working with module types<br>Adds <i>SDK Demo Module</i> to <b>File | New | Project...</b>
@ -27,7 +27,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.pycharm</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: PyCharm Sample</name>
<!-- Requires the python plugin to run -->
<depends>com.intellij.modules.python</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates how to configure a plugin project for a PyCharm plugin.
@ -24,7 +24,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<actions>

View File

@ -6,14 +6,14 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.project.model</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Project Model Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates various aspects of interacting with project model.<br>Adds menu items to
@ -29,7 +29,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<actions>

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.view.pane</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Project View Pane Demo</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates Project View Pane, listing only image files.
@ -27,7 +27,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.project.wizard</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Project Wizard Demo</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates working with the Project Wizard.
@ -27,7 +27,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,14 +6,14 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.psi</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: PSI Demo</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates working with the PSI Navigation.
@ -28,7 +28,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<actions>

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.runConfiguration</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Run Configuration Demo</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Illustration of working with run configurations
@ -31,7 +31,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -6,14 +6,14 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.settings</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Settings Example</name>
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates implementing a custom settings panel.<br>Adds a settings panel to the <b>Settings</b>
@ -28,7 +28,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -6,14 +6,14 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.language</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Simple Language Sample</name>
<!-- Product and plugin compatibility requirements -->
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.java</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Demonstrates how to add custom language support to an IntelliJ Platform-based IDE. <br>Defines a new language,
@ -33,7 +33,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -6,7 +6,7 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.themeBasics</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Theme Basics</name>
<!-- The version of this plugin -->
@ -31,7 +31,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.toolWindow</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Tool Window Sample</name>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
This sample plugin illustrates how to create your custom tool window.<br>
@ -30,7 +30,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -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. -->
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
@ -6,13 +6,13 @@
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
<id>org.intellij.sdk.treeStructureProvider</id>
<!-- Text to display as name on Preferences/Settings | Plugin page -->
<!-- Text to display as name on Settings | Plugin page -->
<name>SDK: Tree Structure Provider Sample</name>
<!-- Indicate this plugin can be loaded in all IntelliJ Platform-based products. -->
<depends>com.intellij.modules.platform</depends>
<!-- Text to display as description on Preferences/Settings | Plugin page -->
<!-- Text to display as description on Settings | Plugin page -->
<description>
<![CDATA[
Tree Structure Provider showing only plain text files.
@ -29,7 +29,7 @@
]]>
</change-notes>
<!-- Text to display as company information on Preferences/Settings | Plugin page -->
<!-- Text to display as company information on Settings | Plugin page -->
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
<extensions defaultExtensionNs="com.intellij">