mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] persisting_state: remove "IntelliJ IDEA" references
This commit is contained in:
parent
073a3b6695
commit
8b3362526b
@ -6,7 +6,7 @@ title: Persisting State of Components
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
IntelliJ IDEA provides an API that allows components or services to persist their state between restarts of IntelliJ IDEA.
|
||||
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.
|
||||
You can use either a simple API to persist a few values, or persist the state of more complicated components using the
|
||||
[PersistentStateComponent](http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/core-api/src/com/intellij/openapi/components/PersistentStateComponent.java;hb=HEAD)
|
||||
interface.
|
||||
|
Loading…
x
Reference in New Issue
Block a user