11<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
2- <idea-plugin >
2+ <idea-plugin url = " https://github.com/PyQt5/QSSEditorPyCharm.git " >
33 <!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
44 <id >irony.ide.plugin.qsseditor</id >
55
66 <!-- Public plugin name should be written in Title Case.
77 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
88 <name >QSSEditor</name >
99
10+ <version >1.0.0</version >
11+
12+ <idea-version since-build =" 213" />
13+
1014 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
1115 <vendor email =" 892768447@qq.com" url =" https://github.com/PyQt5" >Irony</vendor >
1216
@@ -35,14 +39,27 @@ Must Install Proxy Server from first(首先需要安装设计师插件)<br/><br/
3539
3640<h3>Preview</h3>
3741
38- <img alt="QSSEditor" src="https://github.com/PyQt5/QSSEditor/raw/main/QSSEditorIdea .gif" />
42+ <img alt="QSSEditor" src="https://github.com/PyQt5/QSSEditor/raw/main/QSSEditor .gif" />
3943
4044 ]]> </description >
4145
46+ <change-notes ><![CDATA[
47+ <h2>New Features</h2>
48+ <ul>
49+ <li>1.0.0 - Initial release of the plugin.</li>
50+ </ul>
51+ ]]> </change-notes >
52+
4253 <!-- Product and plugin compatibility requirements.
4354 Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
4455 <depends >com.intellij.modules.platform</depends >
4556
57+ <actions resource-bundle =" messages.QSSBundle" >
58+ <action id =" apply" class =" irony.pycharm.qsseditor.QSSAction" text =" Apply Style" >
59+ <add-to-group group-id =" EditorPopupMenu" anchor =" first" />
60+ </action >
61+ </actions >
62+
4663 <!-- Extension points defined by the plugin.
4764 Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
4865 <extensions defaultExtensionNs =" com.intellij" >
@@ -64,9 +81,5 @@ Must Install Proxy Server from first(首先需要安装设计师插件)<br/><br/
6481 topic =" com.intellij.ide.plugins.DynamicPluginListener" />
6582 </applicationListeners >
6683
67- <actions resource-bundle =" messages.QSSBundle" >
68- <action id =" apply" class =" irony.pycharm.qsseditor.QSSAction" text =" Apply Style" >
69- <add-to-group group-id =" EditorPopupMenu" anchor =" first" />
70- </action >
71- </actions >
84+ <resource-bundle >messages.QSSBundle</resource-bundle >
7285</idea-plugin >
0 commit comments