From 164fc8051edd9e37abb40e170ecfb01b7f86dbdc Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 9 Jun 2022 17:41:41 +0200 Subject: [PATCH] fix: kotlin dsl -> kotlin ui dsl --- topics/user_interface_components/kotlin_ui_dsl.md | 2 +- topics/user_interface_components/kotlin_ui_dsl_version_2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/user_interface_components/kotlin_ui_dsl.md b/topics/user_interface_components/kotlin_ui_dsl.md index e92562c24..184b30f15 100644 --- a/topics/user_interface_components/kotlin_ui_dsl.md +++ b/topics/user_interface_components/kotlin_ui_dsl.md @@ -22,7 +22,7 @@ For this purpose, use [custom Swing components](user_interface_components.md) fr > {type="note"} -The _Kotlin DSL Version 1_ functions are located in the [`com.intellij.ui.layout`](upsource:///platform/platform-impl/src/com/intellij/ui/layout) package. +The _Kotlin UI DSL Version 1_ functions are located in the [`com.intellij.ui.layout`](upsource:///platform/platform-impl/src/com/intellij/ui/layout) package. ## Layout Structure diff --git a/topics/user_interface_components/kotlin_ui_dsl_version_2.md b/topics/user_interface_components/kotlin_ui_dsl_version_2.md index 4ac28bf54..96de29f3d 100644 --- a/topics/user_interface_components/kotlin_ui_dsl_version_2.md +++ b/topics/user_interface_components/kotlin_ui_dsl_version_2.md @@ -15,7 +15,7 @@ The library is written in [Kotlin](kotlin.md) and makes it easy to develop user The Kotlin UI DSL is not intended to build general UIs, like tool windows controls that trigger some actions and do not contain any input components bound to state objects. For this purpose, use [custom Swing components](user_interface_components.md) from the IntelliJ Platform or the standard ones. -The _Kotlin DSL Version 2_ functions are located in the [`com.intellij.ui.dsl.builder`](upsource:///platform/platform-impl/src/com/intellij/ui/dsl/builder) package. +The _Kotlin UI DSL Version 2_ functions are located in the [`com.intellij.ui.dsl.builder`](upsource:///platform/platform-impl/src/com/intellij/ui/dsl/builder) package. ## UI DSL Examples