From 3339d02e581c01a86f95f3e1a304114c8b313d3b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 15 Mar 2022 13:22:40 +0100 Subject: [PATCH] settings_tutorial.md: added links to kotlin ui dsl examples --- topics/tutorials/settings_tutorial.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/topics/tutorials/settings_tutorial.md b/topics/tutorials/settings_tutorial.md index c027fd49d..9590906b4 100644 --- a/topics/tutorials/settings_tutorial.md +++ b/topics/tutorials/settings_tutorial.md @@ -18,6 +18,14 @@ Many IntelliJ Platform Settings implementations use fewer classes, but the `sett The structure of the implementation is the same for Project Settings, but there are minor differences in the [`Configurable` implementation](settings_guide.md#constructors) and [extension point (EP) declaration](settings_guide.md#declaring-project-settings). +> See +> [`MarkdownSettings`](upsource:///plugins/markdown/src/org/intellij/plugins/markdown/settings/MarkdownSettings.kt) +> and +> [`MarkdownSettingsConfigurable`](upsource:///plugins/markdown/src/org/intellij/plugins/markdown/settings/MarkdownSettingsConfigurable.kt) +> classes for the settings example implemented in Kotlin with usage of [Kotlin UI DSL](kotlin_ui_dsl_version_2.md). +> +{type="note"} + ## The AppSettingsState Class The `AppSettingsState` class persistently stores the custom Settings.