settings_tutorial.md: added links to kotlin ui dsl examples

This commit is contained in:
Karol Lewandowski 2022-03-15 13:22:40 +01:00
parent 90f5108baa
commit 3339d02e58

View File

@ -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.