mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
DOM API: note deprecation status of "DOM UI"
This commit is contained in:
parent
b3be318211
commit
a9987405e9
@ -597,6 +597,10 @@ Set and increase `stubVersion` of `com.intellij.dom.fileMetaData` extension when
|
||||
|
||||
## Building a DOM-Based GUI
|
||||
|
||||
> This is API is unmaintained and will likely be removed in future versions.
|
||||
>
|
||||
{type="warning"}
|
||||
|
||||
### Forms
|
||||
All forms that deal with DOM are organized in a special way.
|
||||
They support two main things: getting data from XML into the UI, and saving UI data to XML.
|
||||
@ -787,4 +791,4 @@ The following bundled open-source plugins make (heavy) use of DOM:
|
||||
- [Plugin DevKit](upsource:///plugins/devkit/devkit-core)
|
||||
- [Maven](upsource:///plugins/maven)
|
||||
- [Struts 2](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) (Ultimate Edition)
|
||||
- [IntelliJ Platform Explorer - OSS plugins using DOM](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData)
|
||||
- [IntelliJ Platform Explorer - OSS plugins using DOM](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData)
|
||||
|
Loading…
x
Reference in New Issue
Block a user