526 Commits

Author SHA1 Message Date
Yann Cébron
b401ebb631 plugin_services.md: clarify light service scope (IJSDK-853) 2020-05-19 15:13:35 +02:00
Yann Cébron
d5b11406de plugin_extension_points.md: cleanup 2020-05-19 14:38:59 +02:00
Yann Cébron
88cb884c9f plugin_extension_points.md: fix ExtensionPointListener reference 2020-05-19 14:30:20 +02:00
Yann Cébron
4500a8fe2d plugin_extensions.md: minor edits, add missing links to split-out platform config files 2020-05-19 14:21:57 +02:00
Yann Cébron
7f66825ee3 "IntelliJ IDEA" -> "IntelliJ Platform" 2020-05-18 15:13:51 +02:00
Yann Cébron
2cd1f4e8fb plugin_compatibility.md: cleanup 2020-05-15 17:02:16 +02:00
Yann Cébron
7647481f89 2020.2: Declaring Incompatibility with Module 2020-05-15 16:35:49 +02:00
Yann Cébron
d6467b0bc4 general_threading_rules.md: cleanup 2020-05-15 14:54:09 +02:00
Yann Cébron
96f994b87c plugin_actions.md: cleanup 2020-05-15 13:59:08 +02:00
Yann Cébron
c564b30bf3 virtual_file.md: cleanup 2020-05-15 12:18:51 +02:00
Yann Cébron
e259b58d78 documents.md: cleanup 2020-05-15 11:59:10 +02:00
Yann Cébron
38de7cca2a psi_references.md: cleanup 2020-05-15 11:38:28 +02:00
Yann Cébron
6c7b59d68e virtual_file.md: mention VirtualFileLookup 2020-05-15 10:24:02 +02:00
Yann Cébron
78d50c16e3 "Getting Started" -> "Creating Your First Plugin" 2020-05-14 17:16:57 +02:00
Yann Cébron
9d333e9c54 getting started: align page titles 2020-05-14 15:52:11 +02:00
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
98558cf500 persisting_state_of_components.md: reorder "Implementing..." 2020-05-12 16:55:21 +02:00
Yann Cébron
c27fe5d96c persisting_state_of_components.md: minor cleanup 2020-05-12 16:45:03 +02:00
Yann Cébron
5cc9affbd1 persisting_state_of_components.md: mention ConverterProvider 2020-05-11 18:05:20 +02:00
Yann Cébron
283e398ac4 run_configurations.md: link tutorial 2020-05-11 17:03:08 +02:00
Yann Cébron
2d4d7a933c dynamic_plugins.md: add "restart-required" attribute 2020-05-11 14:30:39 +02:00
Yann Cébron
cca41a29c8 build_number_ranges.md: note actual setting of values via Gradle 2020-05-11 12:10:19 +02:00
Yann Cébron
2d4399e1c4 ide_development_instance.md: note about failing unload in production 2020-05-07 18:19:43 +02:00
Yann Cébron
cfb210572f getting_started.md: cleanup 2020-05-06 21:26:26 +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
JohnHake
82180ae103 [settings] add suite of content IJSDK-150
Remove unrelated changes
           Feedback from PR#280
           Fine tune panel definition
2020-05-05 14:56:45 -07:00
Yann Cébron
b4a791753a internal_ui_inspector.md: cleanup, note locating Action/Action ID (IJSDK-805) 2020-05-05 16:24:18 +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
c9e8650f2b ide_development_instance.md: note about disabling auto-reload explicitly (JetBrains/gradle-intellij-plugin#476) 2020-04-24 16:43:39 +02:00
Yann Cébron
673e00475b plugin_dependencies.md: minor edits 2020-04-23 14:21:20 +02:00
Yann Cébron
a5ecea07d1 update_plugins_format.md: cleanup 2020-04-22 16:21:02 +02:00
Yann Cébron
eec2697def fix title capitalization, #2 2020-04-22 16:13:59 +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
fb5bedef3a persisting_state_of_components.md: cleanup 2020-04-21 18:49:05 +02:00
Yann Cébron
f668ade6df upsource:// links: remove <!<!--#Lnn--> anchors 2020-04-21 15:53:42 +02:00
Yann Cébron
bd6691fcda fix some upsource:// links 2020-04-21 15:43:28 +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
96085bd799 plugin_compatibility.md: "Verifying Dependency" link to Plugin Verifier 2020-04-20 14:29:13 +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
9508f832d1 build_number_ranges.md: note Plugin Verifier 2020-04-17 12:17:23 +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