790 Commits

Author SHA1 Message Date
Robert Novotny
a10149bbc0
Fix typo: Intellij -> IntelliJ (#1296) 2024-04-10 16:47:26 +02:00
Sebastian Aigner
9a32659829
Fix typo (#1295) 2024-04-10 16:04:20 +02:00
Karol Lewandowski
c8f2bfdcf6 Use consistent terms: "UI thread" -> "EDT" 2024-04-10 12:43:00 +02:00
Karol Lewandowski
8cad5df3dc general_threading_rules.md: Add intro about EDT and background threads 2024-04-10 12:43:00 +02:00
Karol Lewandowski
4eb1a2a31b general_threading_rules.md: Fix header levels 2024-04-10 12:43:00 +02:00
Karol Lewandowski
d0e8c36338 general_threading_rules.md: Avoid URLs with % (compilation errors are shown) 2024-04-10 12:43:00 +02:00
Karol Lewandowski
7462c85c9b Grammar fixes: "the EDT" -> "EDT" 2024-04-10 12:43:00 +02:00
Yann Cébron
f0c4df5d83 basic_action_system.md: minor 2024-04-09 20:03:43 +02:00
Yann Cébron
1ab981364d plugin_services.md: clarify light service use case 2024-04-09 15:44:12 +02:00
Yann Cébron
caec36327e plugin_listeners.md: cleanup 2024-04-09 15:30:00 +02:00
Yann Cébron
b727e43836 plugin_extension_points.md: minor 2024-04-09 15:23:27 +02:00
Yann Cébron
d72baebb23 plugin_extension_points.md: note EP_NAME field visibility 2024-04-09 15:16:37 +02:00
Karol Lewandowski
7c806a6e11 coroutine_dispatchers.md: Move warning about using thread-specific data to a warning callout to avoid confusion with the example 2024-04-09 14:22:05 +02:00
Karol Lewandowski
cbcfa2f99b plugin_signing.md: Clarify why information about generating a public key is missing 2024-04-09 14:19:34 +02:00
Karol Lewandowski
d87219d622 plugin_content.md: Do not use '.IntelliJIDEAx0' Windows-specific, probably outdated directory name 2024-04-09 13:43:26 +02:00
Karol Lewandowski
72ad5d1835 plugin_signing.md: Grammar fixes 2024-04-09 12:58:42 +02:00
Yann Cébron
8784fb522e indexing_and_psi_stubs.md: testing dumb mode 2024-04-09 11:11:26 +02:00
Yann Cébron
bf29b21124 TOC: remove "Part"/"Appendix" prefix/numbering 2024-04-08 17:04:40 +02:00
Karol Lewandowski
d26bf7444b file_view_providers.md: Add code formatting to titles 2024-04-08 13:04:55 +02:00
Karol Lewandowski
61303909c3 run_configurations.md: Add code formatting to titles 2024-04-08 12:48:50 +02:00
Karol Lewandowski
31a8529756 settings_tutorial.md: Add code formatting to titles 2024-04-08 12:44:40 +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
c96db9fb14 basic_action_system.md: Add code formatting to titles 2024-04-08 12:34:56 +02:00
Karol Lewandowski
a1a28dc2c2 disposers.md: Add code formatting to titles 2024-04-08 12:24:27 +02:00
Karol Lewandowski
f5a7974b07 dynamic_plugins.md: Add code formatting to titles 2024-04-08 12:24:27 +02:00
Karol Lewandowski
e16416577d plugin_class_loaders.md: Add code formatting to titles 2024-04-08 12:24:27 +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
Yann Cébron
4ec2775bac plugin_services.md: clarify injecting Coroutine Scope 2024-04-03 13:31:18 +02:00
Karol Lewandowski
d3a72f2776 plugin_alternatives.md: Flora is in an experimental state 2024-03-21 08:51:49 +01:00
Karol Lewandowski
5f83cee384 run_configurations.md: Mention DumbAware for ConfigurationType 2024-03-20 13:48:38 +01:00
Yann Cébron
4fbc57a354 basic_action_system.md: mention DumbAwareToggleAction 2024-03-19 17:42:57 +01:00
Karol Lewandowski
0b4af420b5
Coroutines (#1269) 2024-03-19 15:46:09 +01:00
Yann Cébron
3435cb7ce6 light_and_heavy_tests.md: mention LightPlatformTestCase 2024-03-19 10:26:17 +01:00
Karol Lewandowski
a1aacc64f7 general_threading_rules.md: Favor non-deprecated nonModal() method in header 2024-03-14 16:20:16 +01:00
Yann Cébron
ef9cc5e2bf indexing_and_psi_stubs.md: DumbAware list common EPs 2024-03-14 09:31:17 +01:00
Yann Cébron
a6c772f3ab run_configurations.md: BeforeRunTaskProvider DumbAware 2024-03-13 18:28:23 +01:00
Yann Cébron
64e84c4d2d run_configurations.md: RunLineMarkerContributor DumbAware 2024-03-13 18:27:23 +01:00
Yann Cébron
02f58c1347 run_configurations.md: RunConfigurationProducer DumbAware 2024-03-13 18:26:11 +01:00
Yann Cébron
5fe4e0113b code_completion.md: CompletionContributor mention DumbAware 2024-03-13 18:00:32 +01:00
Yann Cébron
bfd4c48196 %gh-java-annotations% GH repo, align references/wording 2024-03-13 14:41:58 +01:00
Yann Cébron
a2a2ac9026 plugin_extension_points.md: error handling 2024-03-13 14:01:16 +01:00
Yann Cébron
bf4e6d9508 "dumb mode" link title 2024-03-12 16:47:56 +01:00
Yann Cébron
c664d883c1 plugin_user_experience.md: link titles 2024-03-12 16:45:13 +01:00
Yann Cébron
d60764be98 plugin_user_experience.md: minor edits 2024-03-12 16:03:18 +01:00
Yann Cébron
9944ead6c4 IJSDK-1930 Plaform no longer increments root changes modification tracker on finish of Dumb mode 2024-03-12 14:31:41 +01:00
Yann Cébron
c2bcf74a42 plugin_user_experience.md: Performance -> Dumb Mode 2024-03-12 14:01:49 +01:00
Yann Cébron
8e2de0a966 indexing_and_psi_stubs.md: PossiblyDumbAware 2024-03-12 13:39:10 +01:00
Yann Cébron
2c707d3df0 "indices" -> "indexes", more links 2024-03-12 11:56:58 +01:00
Yann Cébron
e383e83723 Dumb Mode: DumbAware API, DumbAwareAction 2024-03-12 11:49:20 +01:00