Files
openide/plugins/devkit/devkit-java-tests/testData/codeInsight/ValuesRequiredOrInvalid.xml
Yuriy Artamonov bd5b2fc3f1 [devkit] IJPL-163797 Highlight implementation-detail plugins as deprecated in plugin.xml
GitOrigin-RevId: 5cb732c2f0d802e9b85840474b5d70ad16acae15
2024-12-06 21:05:04 +00:00

22 lines
750 B
XML

<idea-plugin url="<error descr="Must be a valid link to the website using https:// or http:// scheme">mywebsite.com</error>">
<id>test</id>
<vendor url="<error descr="Must be a valid link to the website using https:// or http:// scheme">mywebsite.com</error>">JetBrains</vendor>
<version>1.0</version>
<<error descr="Value must not be empty">name</error>></name>
<module value=<error descr="Value must not be empty">""</error>/>
<description><error descr="Value must have minimum length of 40">
<![CDATA[
Not enough text <a href="https://jetbrains.com">short</a>
]]>
</error></description>
<change-notes>
<![CDATA[
No minimum text length <a href="https://jetbrains.com">link</a>
]]>
</change-notes>
</idea-plugin>