ide_infrastructure.md: add "Theme Change"

This commit is contained in:
Yann Cébron 2023-09-07 16:04:12 +02:00
parent c37b34729e
commit 2ec6c27073

View File

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