Update Compose for Intellij plugin name and description (#1729)

This commit is contained in:
Alexey Tsvetkov
2022-01-21 17:07:07 +03:00
committed by GitHub
parent ac792fabb4
commit c44b6aa572
2 changed files with 10 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ kotlin.stdlib.default.dependency=false
deploy.version=0.1-SNAPSHOT
plugin.name=Compose Intellij Plugin Base
plugin.name=Compose for IDE Plugin Development (Experimental)
plugin.dependencies=
plugin.channels=snapshots
plugin.since.build=213

View File

@@ -1,10 +1,17 @@
<idea-plugin>
<id>org.jetbrains.compose.intellij.platform</id>
<name>Compose for IDE Base</name>
<!--suppress PluginXmlValidity ("plugin" is usually not approved in the IJ marketplace, but it's OK for US) -->
<name>Compose for IDE Plugin Development (Experimental)</name>
<vendor>JetBrains</vendor>
<description>
<![CDATA[
An Intellij platform plugin for developing Intellij plugins with Compose framework
The plugin provides a shared base for developing IntelliJ plugins with the
<a href="https://www.jetbrains.com/lp/compose/">Compose</a> UI framework.
The plugin is in the early stages of development. Please use with caution!
For now, it only provides Compose classes and native libraries for use at runtime,
so that multiple IntelliJ plugins can share Compose classes and Skia bindings.
]]>
</description>