mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
ide_infrastructure.md: Application.restart()
This commit is contained in:
parent
64e0053c0d
commit
9f62d878fc
@ -115,6 +115,8 @@ See also [](plugin_components.md#application-startup) and [](plugin_components.m
|
||||
|
||||
Register [`ApplicationActivationListener`](%gh-ic%/platform/ide-core/src/com/intellij/openapi/application/ApplicationActivationListener.java) [listener](plugin_listeners.md) to be notified of "application focused/unfocused" events.
|
||||
|
||||
To request restart of the IDE, use [`Application.restart()`](%gh-ic%/platform/core-api/src/com/intellij/openapi/application/Application.java)
|
||||
|
||||
## 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