mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
ide_infrastructure.md: add "Theme Change"
This commit is contained in:
parent
c37b34729e
commit
2ec6c27073
@ -118,6 +118,10 @@ Register [`ApplicationActivationListener`](%gh-ic%/platform/ide-core/src/com/int
|
||||
|
||||
To request restart of the IDE, use [`Application.restart()`](%gh-ic%/platform/core-api/src/com/intellij/openapi/application/Application.java)
|
||||
|
||||
## Theme Change
|
||||
|
||||
Use [`LafManagerListener`](%gh-ic%/platform/platform-api/src/com/intellij/ide/ui/LafManagerListener.java) topic to receive change notifications (e.g., to refresh UI).
|
||||
|
||||
## Power Save Mode
|
||||
|
||||
<ui-path>File | Power Save Mode</ui-path> can be enabled to limit power-consuming features on laptops.
|
||||
|
Loading…
x
Reference in New Issue
Block a user