mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
No "_" in <id>
This commit is contained in:
parent
df2a828adf
commit
480f3aaa28
@ -4,10 +4,10 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
|
|
||||||
<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions. -->
|
<!-- Unique identifier of the plugin. Cannot be changed between the plugin versions. -->
|
||||||
<id>org.intellij.sdk.kotlin_demo</id>
|
<id>org.intellij.sdk.kotlinDemo</id>
|
||||||
|
|
||||||
<!-- Plugin name -->
|
<!-- Plugin name -->
|
||||||
<name>SDK: kotlin_demo</name>
|
<name>SDK: Kotlin Demo</name>
|
||||||
|
|
||||||
<!-- Plugin version, in MAJOR.MINOR.FIX format -->
|
<!-- Plugin version, in MAJOR.MINOR.FIX format -->
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<id>live_templates</id>
|
<id>org.intellij.sdk.liveTemplates</id>
|
||||||
<name>Live Templates</name>
|
<name>Live Templates</name>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<vendor>JetBrains</vendor>
|
<vendor>JetBrains</vendor>
|
||||||
@ -19,7 +19,6 @@
|
|||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<defaultLiveTemplatesProvider implementation="MarkdownTemplateProvider"/>
|
<defaultLiveTemplatesProvider implementation="MarkdownTemplateProvider"/>
|
||||||
<liveTemplateContext implementation="MarkdownContext"/>
|
<liveTemplateContext implementation="MarkdownContext"/>
|
||||||
|
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
</idea-plugin>
|
</idea-plugin>
|
@ -3,7 +3,7 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
|
|
||||||
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
|
<!-- Unique id for this plugin. Must stay constant for the life of the plugin. -->
|
||||||
<id>org.intellij.sdk.simple_language</id>
|
<id>org.intellij.sdk.language</id>
|
||||||
|
|
||||||
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
<!-- Text to display as name on Preferences/Settings | Plugin page -->
|
||||||
<name>SDK: Simple Language Sample Project</name>
|
<name>SDK: Simple Language Sample Project</name>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<idea-plugin>
|
<idea-plugin>
|
||||||
<id>com.jetbrains.sdk.theme_basics</id>
|
<id>com.jetbrains.sdk.themeBasics</id>
|
||||||
<name>SDK Theme Basics</name>
|
<name>SDK Theme Basics</name>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<vendor email="support-email@company.com" url="https://blog.jetbrains.com/platform/">JetBrains Plugin Platform SDK</vendor>
|
<vendor email="support-email@company.com" url="https://blog.jetbrains.com/platform/">JetBrains Plugin Platform SDK</vendor>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user