mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
settings_tutorial.md: added links to kotlin ui dsl examples
This commit is contained in:
parent
90f5108baa
commit
3339d02e58
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user