From 6e1133736d15eee45b5ed46068e01ad1efd183bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 22 Jun 2023 12:40:37 +0200 Subject: [PATCH] user_interface_components.md: reword --- .../user_interface_components/user_interface_components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/user_interface_components/user_interface_components.md b/topics/user_interface_components/user_interface_components.md index 2998377bb..d51316e9d 100644 --- a/topics/user_interface_components/user_interface_components.md +++ b/topics/user_interface_components/user_interface_components.md @@ -1,7 +1,7 @@ - - # User Interface Components + + Introduction to UI Components provided by IntelliJ Platform. @@ -16,7 +16,7 @@ Using those components in your plugins will ensure that your plugin looks and wo > Use [UI Inspector](internal_ui_inspector.md) to locate the underlying Swing component implementation or to inspect an existing UI at runtime. > -> It is recommended to build UI forms like [dialogs](dialog_wrapper.md) or [settings pages](settings.md) by using the [Kotlin UI DSL](kotlin_ui_dsl_version_2.md) (IntelliJ Platform 2021.3+). +> UI forms like [dialogs](dialog_wrapper.md) or [settings pages](settings.md) should use [Kotlin UI DSL](kotlin_ui_dsl_version_2.md) (IntelliJ Platform 2021.3+). > > Using _UI Designer_ plugin with Kotlin is [not supported](https://youtrack.jetbrains.com/issue/KTIJ-791). >