mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
settings_guide.md: mention ShowSettingsUtil
This commit is contained in:
parent
af995310df
commit
5876e13fd7
@ -125,6 +125,8 @@ A few high-level points are reviewed here:
|
||||
* A `Configurable` instance's lifetime ends when **OK** or **Cancel** is selected in the Settings Dialog.
|
||||
An instance's `Configurable.disposeUIResources()` is called when the Settings Dialog is closing.
|
||||
|
||||
To open Settings dialog or show specific `Configurable`, see [`ShowSettingsUtil`](upsource:///platform/platform-api/src/com/intellij/openapi/options/ShowSettingsUtil.java).
|
||||
|
||||
#### Configurable Marker Interfaces
|
||||
Implementations based on `Configurable` can implement marker interfaces, which provide additional flexibility in the implementation.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user