From 344083180bab5beb4937f2b2d1b84ee2ce9b209c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 27 Jun 2024 14:13:01 +0200 Subject: [PATCH] add label for deprecated sections --- labels.list | 2 ++ topics/basics/plugin_structure/plugin_configuration_file.md | 2 ++ .../frameworks_and_external_apis/xml_dom_api.md | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/labels.list b/labels.list index f69f655b5..2fd5aa46d 100644 --- a/labels.list +++ b/labels.list @@ -9,6 +9,8 @@ + + diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index d9bb200bc..8c223314a 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -1198,6 +1198,8 @@ An extension point which restricts the type provided in a `myClass` attribute to ## Deprecated Elements {collapsible="true" initial-collapse-state="collapsed"} + + ### `application-components` {#idea-plugin__application-components} diff --git a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md index 0e1a9dc69..eb88bd954 100644 --- a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md +++ b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md @@ -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`. 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"} + > This API is unmaintained and will likely be removed in future versions. >