add label for deprecated sections

This commit is contained in:
Yann Cébron 2024-06-27 14:13:01 +02:00
parent 50bfa685bf
commit 344083180b
3 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,8 @@
<primary-label id="IntelliJIDEA_Ultimate" short-name="IntelliJ IDEA Ultimate" name="IntelliJ IDEA Ultimate" <primary-label id="IntelliJIDEA_Ultimate" short-name="IntelliJ IDEA Ultimate" name="IntelliJ IDEA Ultimate"
href="https://plugins.jetbrains.com/docs/intellij/idea-ultimate.html"/> href="https://plugins.jetbrains.com/docs/intellij/idea-ultimate.html"/>
<primary-label id="Deprecated" short-name="Deprecated" name="Deprecated" color="red"/>
<primary-label id="2020.1" short-name="2020.1+" name="2020.1+"/> <primary-label id="2020.1" short-name="2020.1+" name="2020.1+"/>
<primary-label id="2020.2" short-name="2020.2+" name="2020.2+"/> <primary-label id="2020.2" short-name="2020.2+" name="2020.2+"/>
<primary-label id="2020.3" short-name="2020.3+" name="2020.3+"/> <primary-label id="2020.3" short-name="2020.3+" name="2020.3+"/>

View File

@ -1198,6 +1198,8 @@ An extension point which restricts the type provided in a `myClass` attribute to
## Deprecated Elements ## Deprecated Elements
{collapsible="true" initial-collapse-state="collapsed"} {collapsible="true" initial-collapse-state="collapsed"}
<primary-label ref="Deprecated"/>
### `application-components` ### `application-components`
{#idea-plugin__application-components} {#idea-plugin__application-components}

View File

@ -636,7 +636,8 @@ DOM elements can be stubbed, so (costly) access to XML/PSI is not necessary (see
Performance relevant elements, tag or attribute getters can simply be annotated with `@com.intellij.util.xml.Stubbed`. Performance relevant elements, tag or attribute getters can simply be annotated with `@com.intellij.util.xml.Stubbed`.
Set and increase `stubVersion` of `com.intellij.dom.fileMetaData` extension whenever you change `@Stubbed` annotations usage in your DOM hierarchy to trigger proper rebuilding of Stubs during indexing. Set and increase `stubVersion` of `com.intellij.dom.fileMetaData` extension whenever you change `@Stubbed` annotations usage in your DOM hierarchy to trigger proper rebuilding of Stubs during indexing.
## Building a DOM-Based GUI ## Building a DOM-Based GUI {collapsible="true"}
<primary-label ref="Deprecated"/>
> This API is unmaintained and will likely be removed in future versions. > This API is unmaintained and will likely be removed in future versions.
> >