Yann Cébron
031c713b15
build_number_ranges.md: update
2024-05-08 09:43:41 +02:00
Karol Lewandowski
f31aa679e6
Use the correct nested annotation form
...
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation
These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
Karol Lewandowski
e441eedbf7
Split Extension Point and Listener Lists into IntelliJ Platform, IntelliJ Community Plugins and Android Plugin lists ( #1297 )
2024-04-15 12:22:41 +02:00
Yann Cébron
cc5390593c
build_number_ranges.md: 242/Java 21
2024-04-11 17:31:10 +02:00
Yann Cébron
3f20e59371
242: Gradle plugin requirements
2024-04-11 17:28:03 +02:00
Yann Cébron
12adb6f1e2
plugin_compatibility.md: Intellij -> IntelliJ
2024-04-10 17:22:10 +02:00
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