From a7400473151836f073da9ab42a894ccb576069d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 24 Feb 2022 11:48:04 +0100 Subject: [PATCH] persisting_state_of_components.md: mention `StoragePathMacros` --- topics/basics/persisting_state_of_components.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/basics/persisting_state_of_components.md b/topics/basics/persisting_state_of_components.md index 658135809..027597d66 100644 --- a/topics/basics/persisting_state_of_components.md +++ b/topics/basics/persisting_state_of_components.md @@ -140,6 +140,8 @@ The simplest ways of specifying the `@Storage` annotation are as follows: The state is persisted in a separate file by specifying a different setting for the `value` parameter, which was the `file` parameter before 2016.x. +See [`StoragePathMacros`](upsource:///platform/projectModel-api/src/com/intellij/openapi/components/StoragePathMacros.java) for commonly used values. + > For application-level storage, it is strongly recommended to use a custom file, using of other.xml is deprecated. > {type="note"}