From c8ce1dac82c73ee642272a001632af1a3622e1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 9 Jul 2024 14:01:33 +0200 Subject: [PATCH] note jb.gg shortlinks --- topics/basics/persisting_state_of_components.md | 2 ++ topics/basics/plugin_structure/plugin_dependencies.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index a1ac945bc..69aa8b6b3 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -2,6 +2,8 @@ # Persisting State of Components + + Persisting data that is available after the IDE restarts and can be shared between different IDE installations. The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE. diff --git a/topics/basics/plugin_structure/plugin_dependencies.md b/topics/basics/plugin_structure/plugin_dependencies.md index c3f1e10a4..52aaeab4b 100644 --- a/topics/basics/plugin_structure/plugin_dependencies.md +++ b/topics/basics/plugin_structure/plugin_dependencies.md @@ -2,6 +2,8 @@ # Plugin Dependencies + + Declaring dependencies on other IntelliJ Platform-based plugins. A plugin may depend on API and classes from other plugins, either bundled or third-party.