mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
add label for deprecated sections
This commit is contained in:
parent
50bfa685bf
commit
344083180b
@ -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+"/>
|
||||||
|
@ -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}
|
||||||
|
|
||||||
|
@ -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.
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user