|
1 |
| -<!--suppress PluginXmlValidity, PluginXmlDynamicPlugin --> |
| 1 | +<!--suppress PluginXmlDynamicPlugin, LightServiceMigrationXML --> |
2 | 2 | <idea-plugin require-restart="true">
|
3 | 3 | <id>com.github.lppedd.idea-conventional-commit</id>
|
4 | 4 | <name>Conventional Commit</name>
|
|
21 | 21 | </applicationListeners>
|
22 | 22 |
|
23 | 23 | <extensions defaultExtensionNs="com.intellij">
|
| 24 | + <!--suppress PluginXmlValidity --> |
24 | 25 | <ApplicationLoadListener implementation="com.github.lppedd.cc.CCApplicationLoadListener" />
|
25 | 26 |
|
26 | 27 | <iconProvider implementation="com.github.lppedd.cc.icon.CCConfigFileIconProvider" />
|
27 | 28 |
|
| 29 | + <!--suppress PluginXmlValidity --> |
28 | 30 | <completion.contributor
|
29 | 31 | order="first, before commitCompletion, before coAuthoredCompletion"
|
30 | 32 | language="TEXT"
|
|
91 | 93 |
|
92 | 94 | <checkinHandlerFactory implementation="com.github.lppedd.cc.vcs.commitbuilder.CommitBuilderCheckinHandlerFactory" />
|
93 | 95 |
|
94 |
| - <notificationGroup id="com.github.lppedd.cc.notifications" |
95 |
| - displayType="STICKY_BALLOON" |
96 |
| - isLogByDefault="true" |
97 |
| - key="cc.notification.group.name"/> |
| 96 | + <notificationGroup |
| 97 | + id="com.github.lppedd.cc.notifications" |
| 98 | + displayType="STICKY_BALLOON" |
| 99 | + isLogByDefault="true" |
| 100 | + key="cc.notification.group.name" |
| 101 | + /> |
98 | 102 |
|
99 | 103 | <registryKey
|
100 | 104 | key="com.github.lppedd.cc.providers.vcs"
|
|
143 | 147 | </extensionPoints>
|
144 | 148 |
|
145 | 149 | <extensions defaultExtensionNs="com.github.lppedd.idea-conventional-commit">
|
| 150 | + <!--suppress PluginXmlValidity --> |
146 | 151 | <commitTypeProvider order="first" implementation="com.github.lppedd.cc.api.impl.InternalCommitTokenProvider" />
|
| 152 | + |
| 153 | + <!--suppress PluginXmlValidity --> |
147 | 154 | <commitScopeProvider order="first" implementation="com.github.lppedd.cc.api.impl.InternalCommitTokenProvider" />
|
| 155 | + |
| 156 | + <!--suppress PluginXmlValidity --> |
148 | 157 | <commitFooterTypeProvider order="first" implementation="com.github.lppedd.cc.api.impl.InternalCommitTokenProvider" />
|
| 158 | + |
| 159 | + <!--suppress PluginXmlValidity --> |
149 | 160 | <commitFooterValueProvider order="first" implementation="com.github.lppedd.cc.api.impl.InternalCommitTokenProvider" />
|
| 161 | + |
| 162 | + <!--suppress PluginXmlValidity --> |
150 | 163 | <whatsNewProvider order="first" implementation="com.github.lppedd.cc.whatsnew.InternalWhatsNewProvider" />
|
151 | 164 | </extensions>
|
152 | 165 | </idea-plugin>
|
0 commit comments