121 Commits

Author SHA1 Message Date
Yann Cébron
202bfceea8 align "JetBrains Plugins Repository" name 2020-05-14 15:38:32 +02:00
Yann Cébron
00d940a370 move obsolete plugin_repository into /appendix and stop linking to it 2020-05-14 15:31:49 +02:00
Yann Cébron
8967d7a0ec plugin_components.md: cleanup 2020-05-14 15:06:44 +02:00
Yann Cébron
e54ae8dc62 plugin_services.md: mention Disposable 2020-05-14 14:32:10 +02:00
Yann Cébron
a447c19417 plugin_services.md: cleanup 2020-05-14 14:25:48 +02:00
Yann Cébron
2d4d7a933c dynamic_plugins.md: add "restart-required" attribute 2020-05-11 14:30:39 +02:00
Yann Cébron
151470c297 dynamic_plugins.md: note about "Enabling Auto-Reload" in dev instance 2020-05-06 10:39:30 +02:00
Yann Cébron
6d373a771b plugin_listeners.md: implementation note 2020-04-30 16:49:14 +02:00
Yann Cébron
d44c7c6a96 plugin_services.md: clarify scopes 2020-04-27 10:28:13 +02:00
Yann Cébron
673e00475b plugin_dependencies.md: minor edits 2020-04-23 14:21:20 +02:00
Yann Cébron
7bead165bc fix title capitalization 2020-04-22 15:02:27 +02:00
Yann Cébron
8a65dfe12a blank lines around code blocks 2020-04-22 12:54:06 +02:00
Yann Cébron
c4eb0c2201 plugin_services.md: add "Project Service Sample" to clarify use of project-level services 2020-04-20 15:44:41 +02:00
Yann Cébron
5b810fdc86 [docs] formatting 2020-04-17 15:41:01 +02:00
Yann Cébron
51187bb7a1 [docs] change upsource to 2020.1 release, minor edits/cleanups 2020-04-17 15:30:53 +02:00
Yann Cébron
008b0818a7 plugin_services.md: clarify CTOR injection deprecation 2020-04-17 12:13:25 +02:00
Yann Cébron
8dafc1b028 dynamic_plugins.md: remove "preliminary" banner, link to PV local run description 2020-04-16 18:33:21 +02:00
Yann Cébron
deaef0a76c plugin_listeners.md: improve link to messaging_infrastructure.md 2020-04-14 18:23:53 +02:00
Yann Cébron
ec4eb6e7a5 plugin_services.md: various updates and clarifications 2020-04-02 17:55:23 +02:00
Yann Cébron
6704a18b6f plugin_extensions.md: action EP attribute 2020-03-31 11:53:36 +02:00
Yann Cébron
4ae164953d plugin_dependencies.md: note about no support for specifying version 2020-03-25 18:03:10 +01:00
Dmitry Jemerov
55fc51ee38 Document requirement to not use overrides="true" in dynamic plugins 2020-03-18 11:03:42 +01:00
Yann Cébron
0eb257bc7b plugin_dependencies.md: note about transitive dependencies in tests for Gradle 2020-03-17 10:49:06 +01:00
Yann Cébron
94327a0bda plugin_configuration_file.md: fixes 2020-03-12 14:07:04 +01:00
Yann Cébron
0c965b3a3a plugin_configuration_file.md: typo 2020-03-12 14:01:27 +01:00
Yann Cébron
8ee8aa0be2 plugin_configuration_file.md: whitespace police 2020-03-10 17:55:06 +01:00
Yann Cébron
fd76c71476 plugin_configuration_file.md: note deprecation status of <component> 2020-03-10 17:41:24 +01:00
Grig Alex
c0256da2d6
Fix mismatch in closing tag 2020-02-28 09:04:04 +03:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
Yann Cébron
0535711914 Plugin listeners: cleanup 2020-02-19 11:26:13 +01:00
Yann Cébron
771d235144 Plugin listeners: add paragraph "Additional attributes" 2020-02-19 11:13:50 +01:00
Yann Cébron
6383ae9b4e IJSDK-758 Document "area" attribute for <extensionPoint> 2020-02-11 17:21:17 +01:00
Yann Cébron
ad4b75c1c1 Document idea.auto.reload.plugins system property (IJSDK-772) 2020-02-10 15:29:10 +01:00
Yann Cébron
9f4df3319d cleanup method notation 2020-02-05 12:18:15 +01:00
Yann Cébron
4ff3f8714a plugin_services.md: minor edits 2020-01-17 14:31:47 +01:00
Vladimir Krivosheev
0c71615b3d Update plugin_services.md (#242)
* Update plugin_services.md

discourage module level service, document Kotlin way to get services, add note about read action

* Update plugin_services.md

add note about light services

* Update plugin_services.md

add note about light services
2020-01-17 13:51:41 +01:00
Dmitry Jemerov
d26ee46bca Correct instructions for AppLifecycleListener 2020-01-02 12:28:06 +01:00
Yann Cébron
c0e3bb71ad dynamic_plugins: landing page, Dynamic EPs 2019-12-19 11:44:02 +01:00
Yann Cébron
e6255292a1 plugin_services.md: cleanup 2019-12-19 10:06:26 +01:00
Yann Cébron
279188fec7 plugin_class_loaders.md: link Plugin Dependencies 2019-12-19 10:01:31 +01:00
Yann Cébron
815b95be2b cleanup 2019-12-19 09:59:49 +01:00
Yann Cébron
49bee78ed0 plugin_extension_points.md: fix sample 2019-12-19 09:18:20 +01:00
Yann Cébron
78a8ac73a5 plugin_extension_points.md: more complete sample, ExtensionPointName usage 2019-12-13 16:38:25 +01:00
Yann Cébron
c769386711 extensions: support for Enum attributes 2019-12-09 15:36:25 +01:00
Yann Cébron
5eff69afb8 plugin_extensions.md: note code insight features 2019-12-06 16:41:27 +01:00
Yann Cébron
485daa85a6 plugin_extensions.md: document @RequiredElement 2019-12-06 16:36:59 +01:00
Yann Cébron
3e046167de plugin_components.md: formatting 2019-12-05 11:58:46 +01:00
Yann Cébron
85cd10f559 plugin_listeners.md: formatting 2019-12-05 11:14:17 +01:00
Yann Cébron
49dfc7b980 plugin_extension_points.md: cleanup 2019-12-05 11:09:13 +01:00
Yann Cébron
7ceae130c3 plugin_extension_points.md: cleanup, clarify sample 2019-12-05 10:58:38 +01:00