mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
note jb.gg shortlinks
This commit is contained in:
parent
cd7a8c02b8
commit
c8ce1dac82
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Persisting State of Components
|
# Persisting State of Components
|
||||||
|
|
||||||
|
<!-- https://jb.gg/ij-psoc -->
|
||||||
|
|
||||||
<link-summary>Persisting data that is available after the IDE restarts and can be shared between different IDE installations.</link-summary>
|
<link-summary>Persisting data that is available after the IDE restarts and can be shared between different IDE installations.</link-summary>
|
||||||
|
|
||||||
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.
|
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Plugin Dependencies
|
# Plugin Dependencies
|
||||||
|
|
||||||
|
<!-- https://jb.gg/ij-plugin-dependencies -->
|
||||||
|
|
||||||
<link-summary>Declaring dependencies on other IntelliJ Platform-based plugins.</link-summary>
|
<link-summary>Declaring dependencies on other IntelliJ Platform-based plugins.</link-summary>
|
||||||
|
|
||||||
A plugin may depend on API and classes from other plugins, either bundled or third-party.
|
A plugin may depend on API and classes from other plugins, either bundled or third-party.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user