60 Commits

Author SHA1 Message Date
Yann Cébron
66b6e38ecc remove 2019 content 2025-04-24 17:14:08 +02:00
Karol Lewandowski
0490a0e1ca persisting_state_of_components.md: Grammar issues cleanup 2025-04-03 13:24:17 +02:00
Karol Lewandowski
a0a23a914b persisting_state_of_components.md: Clarify recommendation for SerializablePersistentStateComponent since 2022.2 2025-04-03 12:49:17 +02:00
Yann Cébron
eecc3e4fec use snippet for EP with link to IPE 2025-03-19 14:45:43 +01:00
Karol Lewandowski
a01fb3b665 persisting_state_of_components.md: Emphasize immutability and thread safety of SerializablePersistentStateComponent 2025-03-13 10:07:04 +01:00
Karol Lewandowski
616503dfb1 persisting_state_of_components.md: Describe SerializablePersistentStateComponent 2025-03-12 16:42:34 +01:00
Yann Cébron
4483e14286 web summary/cleanup 2025-03-12 15:11:17 +01:00
Karol Lewandowski
04bead58f6 persisting_state_of_components.md: Link storage location section 2025-03-12 09:49:34 +01:00
Karol Lewandowski
4a440dc239 persisting_state_of_components.md: Update the Settings Sync plugin name to the Backup and Sync 2025-02-24 14:17:52 +01:00
Yann Cébron
02bc956913 persisting_state_of_components.md: sharing settings: add product help link 2024-09-17 16:24:41 +02:00
Yann Cébron
c8ce1dac82 note jb.gg shortlinks 2024-07-09 14:13:53 +02:00
Karol Lewandowski
2c20002beb persisting_state_of_components.md: Fix grammar issues 2024-06-20 11:27:00 +02:00
Karol Lewandowski
8795ca411b persisting_state_of_components.md: Add @Override to code snippets to make it clear what is overridden 2024-06-20 11:18:37 +02:00
Yann Cébron
16204b6e71 add labels to content 2024-06-13 14:18:18 +02:00
Yann Cébron
62b214a804 fix headings 2024-06-12 11:21:26 +02:00
Yann Cébron
c5a04d75fb persisting_state_of_components.md: mention PathMacroFilter 2024-06-05 17:42:29 +02:00
Yann Cébron
80b966611b links: gh-ic-master -> gh-ic 2024-05-14 13:55:56 +02:00
Karol Lewandowski
167231c6dd persisting_state_of_components.md: Collapse a legacy API section 2024-04-08 12:38:05 +02:00
Karol Lewandowski
9695a9b6f4 persisting_state_of_components.md: Add code formatting to titles 2024-04-08 12:37:29 +02:00
Karol Lewandowski
88ea433b58
2024.1 Release: update pages, extension point lists, code samples, etc. (#1265) 2024-04-04 14:31:02 +02:00
Karol Lewandowski
56766f36d9 persisting_state_of_components.md: Clarify service level 2024-03-11 16:59:27 +01:00
Karol Lewandowski
01658d9c3f persisting_state_of_components.md: Clarify Storage 2024-03-04 17:07:31 +01:00
Karol Lewandowski
51f317617e persisting_state_of_components.md: Consistent list style 2024-03-04 16:59:14 +01:00
Karol Lewandowski
9ade91fae5 persisting_state_of_components.md: Cleanups 2024-03-04 16:57:44 +01:00
Karol Lewandowski
aeda92ff44 persisting_state_of_components.md: Clarify project workspace file 2024-03-04 16:51:01 +01:00
Andrey Belyaev
4c9e99fe0d
[IJSDK-1942] Update storage guidance in documentation (#1208)
The instructions for planning storage location have been updated to provide more context. The updated version emphasizes the use of a project-level custom file for plugin settings and recommends `@Storage(StoragePathMacros.CACHE_FILE)` for cached values. Reference to `StoragePathMacros` for commonly used macros is included in the new text.
2024-01-22 12:52:49 +01:00
Yann Cébron
7bb924bd89 persisting_state_of_components.md: grammar fixes 2023-10-26 11:55:54 +02:00
Karol Lewandowski
0b9985dfb4 persisting_state_of_components.md: Add @NotNull to a code snippet 2023-10-18 15:48:10 +02:00
Karol Lewandowski
2df43a6aba persisting_state_of_components.md: Link customization classes 2023-10-16 07:42:43 +02:00
Karol Lewandowski
f7ca5c12f5 persisting_state_of_components.md: Make it more clear that components are services (and promote light-services) 2023-10-12 10:54:18 +02:00
Karol Lewandowski
62af21d9f7 persisting_state_of_components.md: Add information about Kotlin persistent state class implementation 2023-10-12 10:54:18 +02:00
Karol Lewandowski
f844160f5d persisting_state_of_components.md: Remove recommendation to use Kotlin data classes 2023-10-12 10:54:18 +02:00
Karol Lewandowski
ddd38290b7 persisting_state_of_components.md: Hide converter example by default
It is too minor to take so many space on the page
2023-10-11 11:01:02 +02:00
Karol Lewandowski
d899dc60bb persisting_state_of_components.md: Cleanup 2023-10-11 10:56:48 +02:00
Karol Lewandowski
a19b0d265f persisting_state_of_components.md: Simplify fully-qualified class names for a better reading flow 2023-10-11 07:44:39 +02:00
Karol Lewandowski
20aef24c84 persisting_state_of_components.md: Remove getInstance() from code snippets
It is a part of Services topic and is redundant noise on this page. Also, getInstance() helper is not required.
2023-10-11 07:44:39 +02:00
Karol Lewandowski
b4edb4a2a7 persisting_state_of_components.md: Remove redundant words 2023-10-11 07:44:39 +02:00
Yann Cébron
e7ded6158c persisting_state_of_components.md: fix typo 2023-08-15 11:43:45 +02:00
Karol Lewandowski
09faf6e72d persisting_state_of_components.md: Clarify requirements for PersistentStateComponent to be shared via Settings Sync 2023-06-29 10:13:26 +02:00
Karol Lewandowski
148dfa8ff5 persisting_state_of_components.md: Add information that other.xml file is not shared via Settings Sync 2023-06-26 14:31:37 +02:00
Karol Lewandowski
c3ae8e87b1 Add link-summary elements 2022-12-07 16:50:02 +01:00
Karol Lewandowski
c36147439c
Migration from Stardust to Writerside (#902) 2022-11-24 15:11:20 +01:00
Karol Lewandowski
a2e929120d persisting_state_of_components.md: Add information about unbundling Settings Repository plugin 2022-11-02 07:51:07 +01:00
Karol Lewandowski
42f6dae97c persisting_state_of_components.md: fix invalid anchor 2022-10-27 13:01:32 +02:00
Karol Lewandowski
c0688b121d
Add information about sharing settings between different IDEs installations (#870) 2022-10-27 12:24:47 +02:00
Karol Lewandowski
1609814d74 add links to plugin_configuration_file.md 2022-09-07 11:33:13 +02:00
Yann Cébron
09648db712 convert upsource:// links to generic variable-based notation, add gh-ic-master and gh-sdk-samples setup 2022-08-15 10:48:31 +02:00
Karol Lewandowski
66a6a2c37e formatting cleanup and redundant final keyword removal 2022-03-18 12:49:03 +01:00
Karol Lewandowski
049a680c9e cleanup example packages, namespaces and identifiers to use com.example/example.com 2022-03-18 11:21:22 +01:00
Yann Cébron
6a43314037 persisting_state_of_components.md: AbstractCollection -> XCollection 2022-03-10 16:04:11 +01:00