Yann Cébron
0d94b65bd2
plugin_services.md: minor edits
2024-02-19 16:15:14 +01:00
Yann Cébron
d7374489b5
plugin_services.md: add title to callout
2024-02-19 15:35:45 +01:00
Yann Cébron
0b1dd03594
plugin_services.md: better visibility in code samples
2024-02-19 15:24:51 +01:00
Yann Cébron
602f0b3884
plugin_services.md: more strong warning wording
2024-02-19 15:06:26 +01:00
Yann Cébron
c4ad8df278
plugin_extension_points.md: note using PossiblyDumbAware
2024-02-14 17:23:40 +01:00
Karol Lewandowski
6a76604b57
disposers.md: Add diagrams showing plugin disposable leaks
2024-01-31 16:36:36 +01:00
Yann Cébron
342192f48a
creating_theme_project.md: rework trees using PlantUML, minor edits
2024-01-31 13:20:07 +01:00
Yann Cébron
5c8521245f
bundling_plugin_openapi_sources.md: rework trees using PlantUML, minor edits
2024-01-31 13:14:26 +01:00
Yann Cébron
fc64cba441
plugin_content.md: adjust root node in trees
2024-01-31 12:06:11 +01:00
Yann Cébron
b03104b61a
plugin_content.md: rework trees using PlantUML, minor edits
2024-01-31 11:45:21 +01:00
Karol Lewandowski
55c2632701
disposers.md: Add an example Disposer tree
2024-01-30 20:25:37 +01:00
Karol Lewandowski
6eb90c49ed
disposers.md: Add plugin disposable service example
2024-01-30 16:43:27 +01:00
Karol Lewandowski
b64f31a09c
disposers.md: Cleanup
2024-01-30 12:31:57 +01:00
Yann Cébron
2bda93f240
build_number_ranges.md: smaller edits
2024-01-24 16:27:57 +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
91da036fa2
"IntelliJ Platform" casing
2024-01-09 14:45:34 +01:00
Yann Cébron
928394bf2b
testing_highlighting.md: remove mention of unsupported bundleMsg
2024-01-08 15:13:04 +01:00
Karol Lewandowski
c2f4b8380f
plugin_components.md: Grammar fix
2024-01-03 11:24:40 +01:00
Karol Lewandowski
ef20da8740
plugin_components.md: Clarify Kotlin usage
2024-01-03 11:24:30 +01:00
Karol Lewandowski
f06749c194
Inline PlantUML diagrams ( #1180 )
2023-12-18 10:40:41 +01:00
Karol Lewandowski
4666aa2ee6
Rename work_with_icons_and_images.md to icons.md
2023-12-07 15:48:47 +01:00
Karol Lewandowski
7730473352
Change "quick-fix" to "quick fix"
...
This is the actual feature name we use everywhere.
2023-12-07 12:29:33 +01:00
Yann Cébron
69a9b5d8a7
2023.3 release: update pages, extension point lists ( #1155 )
...
* 2023.3 release: update pages, extension point lists
* extension_point_list.md: restore deleted heading
* 2023.3 release: code samples
* 23.3 release: final
2023-12-06 17:10:38 +01:00
Karol Lewandowski
25de8fb45e
plugin_configuration_file.md: Clarify synonym and abbreviation
2023-11-27 11:12:15 +01:00
Karol Lewandowski
27e0a5e8f0
plugin_configuration_file.md: Swap synonym with abbreviation
...
Synonym is more widely used
2023-11-27 10:19:10 +01:00
Yann Cébron
72e6da9f7a
run_configurations.md: minor edits
2023-11-21 16:07:07 +01:00
Yann Cébron
16b486d7f0
basic_action_system.md: minor
2023-11-09 12:13:50 +01:00
Karol Lewandowski
8b7c2d7d13
basic_action_system.md: Add information about executing actions programmatically
2023-11-09 11:17:46 +01:00
Karol Lewandowski
c182a4da93
basic_action_system.md: Cleanup
2023-11-09 11:07:09 +01:00
Yann Cébron
012170818c
plugin_compatibility.md: put CLion tab first, as AppCode is discontinued
2023-11-07 17:22:30 +01:00
Karol Lewandowski
e7e15b1b99
testing_faq.md: Use standard formatting convnetion
2023-10-26 12:14:16 +02:00
Karol Lewandowski
ed513fb0e7
light_and_heavy_tests.md: Add generic wildcard to get rid of "Raw use of parameterized class" warning
2023-10-26 12:14:16 +02:00
Yann Cébron
7bb924bd89
persisting_state_of_components.md: grammar fixes
2023-10-26 11:55:54 +02:00
Yann Cébron
642ede9b4b
general_threading_rules.md: improve "Read Access" section
2023-10-25 14:56:07 +02:00
Yann Cébron
ac02ec7e65
general_threading_rules.md: cleanup, minor edits
2023-10-25 12:01:56 +02:00
Yann Cébron
53be8fe3a5
build_number_ranges.md: 233
2023-10-24 11:00:23 +02:00
Yann Cébron
a8068935e9
developing_plugins.md: cleanup
2023-10-24 09:59:44 +02:00
Yann Cébron
e06d11e791
creating_theme_project.md: cleanup
2023-10-24 09:59:44 +02:00
Karol Lewandowski
3dbd738ee5
faq.md: Remove "Unresolved Classes after Upgrading to 2019.2 or later"
...
This information is searchable on plugin_compatibility.md and is 14 versions old.
2023-10-24 09:54:30 +02:00
Yann Cébron
5f5bde1390
setting_up_theme_environment.md: fix markup
2023-10-24 09:19:21 +02:00
Yann Cébron
f105fb0586
notes about installing Plugin DevKit manually in 2023.3+
2023-10-23 17:12:06 +02:00
Karol Lewandowski
fc8e64fe8e
faq.md: Remove "How do I print messages in the console view?"
...
This is a part of Execution page now.
2023-10-23 16:48:39 +02:00
Karol Lewandowski
bf046c5518
plugin_services.md: Add final to non-light service examples
2023-10-19 11:58:45 +02:00
Karol Lewandowski
483ef0182a
plugin_listeners.md: Fix a typo and code snippet formatting
2023-10-18 16:56:39 +02:00
Karol Lewandowski
e28ad585bc
plugin_extension_points.md: Minor code formatting fix
2023-10-18 16:51:50 +02:00
Karol Lewandowski
0aaf53f9e6
psi_references.md: Code snippets cleanup
2023-10-18 16:31:52 +02:00
Karol Lewandowski
89a115b308
navigating_psi.md: Add @NotNull annotation to code snippet
2023-10-18 16:30:11 +02:00
Karol Lewandowski
7bd389f6fc
modifying_psi.md: Remove hardcoded code snippet, cleanup applyFix and reference it from the page
2023-10-18 16:21:17 +02:00
Karol Lewandowski
012d042587
element_patterns.md: Improve code formatting
2023-10-18 15:59:54 +02:00
Karol Lewandowski
1d13a1ff1a
psi_cookbook.md: Format code snippet
2023-10-18 15:59:54 +02:00