Karol Lewandowski
|
682875cda7
|
execution_contexts.topic: Mention in Coroutines Execution Context that blockingContext is a no-operation function since 2024.2
|
2025-02-21 12:03:38 +01:00 |
|
Karol Lewandowski
|
e39e0bb0ce
|
Minor Execution Context links fixes
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
482874644c
|
content_updates.md: Add Revamping threading and coroutines structure and topics
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
d648ae791c
|
glossary.md: Add Coroutine Execution context
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
e81a2ee7d1
|
execution_contexts.topic: Include elements via <snippet>
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
981a8ff911
|
execution_contexts.topic: Rename Job Context to Coroutine Execution Context
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
7c5b03fb33
|
execution_contexts.topic: Fix content duplication
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
0992cfb707
|
background_processes.md: Delete incorrect information about cancellation in tasks run without progress indicator
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
9a6b7e8270
|
execution_contexts.topic: Repeat the content as Writerside duplicates the ID when include is executed
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
bbb7cadd37
|
execution_contexts.topic: Describe contexts for 2024.2+
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
fec5190b76
|
Fix information about blocking context
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
282961ee52
|
Add missing content snippets
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
3b091c4e10
|
execution_contexts.md: Format content
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
13036d5f27
|
Delete empty list item
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
20cef2f8db
|
Move Execution Contexts out of Kotlin Coroutines
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
d3efc02544
|
Create threading directory and move threading related topics
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
b044315b86
|
coroutine_execution_contexts.md: Add links
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
758ef80b65
|
Fix suspending context links
|
2025-02-21 11:51:17 +01:00 |
|
Karol Lewandowski
|
f548a2bc2c
|
coroutine_execution_contexts.md: Cleaner APIs presentation
|
2025-02-21 11:51:17 +01:00 |
|
Yann Cébron
|
c8571a0179
|
build_number_ranges.md: rearrange platform versions tables
|
2025-02-20 18:05:48 +01:00 |
|
Yann Cébron
|
c78b536312
|
build_number_ranges.md: 251
|
2025-02-20 15:22:34 +01:00 |
|
Karol Lewandowski
|
625ad3bf54
|
ide_infrastructure.md: Clarify idea.fatal.error.notification
|
2025-02-18 14:30:10 +01:00 |
|
Karol Lewandowski
|
eeb5b42eee
|
coroutine_execution_contexts.md: Revert the original order until clarified
|
2025-02-17 12:49:29 +01:00 |
|
Karol Lewandowski
|
39fb9bed74
|
kotlin_coroutines.md: Cleanup
|
2025-02-17 12:49:29 +01:00 |
|
Karol Lewandowski
|
56677722ed
|
kotlin_coroutines.md: Coroutines are not a direct alternative to threads, but an abstraction over threads
|
2025-02-17 12:49:29 +01:00 |
|
Karol Lewandowski
|
fe48289048
|
coroutine_execution_contexts.md: Link sections and use consistent terms for clarity
|
2025-02-13 13:28:36 +01:00 |
|
Karol Lewandowski
|
0c020f4e83
|
threading_model.md: Improve UI freeze diagrams by presenting a frozen UI update action
|
2025-02-13 12:37:19 +01:00 |
|
Karol Lewandowski
|
268e780d5c
|
coroutine_execution_contexts.md: Add a simple example to clarify what the main usage pattern is
|
2025-02-13 11:42:25 +01:00 |
|
Karol Lewandowski
|
33dbce0bb0
|
coroutine_execution_contexts.md: Consistent content for Progress Indicator
|
2025-02-13 11:34:47 +01:00 |
|
Karol Lewandowski
|
6b6d89bb42
|
coroutine_execution_contexts.md: Reorder sections from the most preferred to the least
|
2025-02-13 11:32:50 +01:00 |
|
Karol Lewandowski
|
af6e2b55cc
|
background_processes.md: Clarify ProgressIndicator vs ProgressManager
|
2025-02-12 16:54:45 +01:00 |
|
Karol Lewandowski
|
1dd35f787e
|
background_processes.md: Push the missing content message to the bottom
|
2025-02-12 16:41:01 +01:00 |
|
Karol Lewandowski
|
78f0b04371
|
coroutine_execution_contexts.md: Link Background Processes: Tracking Progress
|
2025-02-12 16:35:55 +01:00 |
|
Karol Lewandowski
|
a1d24a34fd
|
plugin_configuration_file.md: Link JetBrains Marketplace documentation about the release-version
|
2025-02-12 13:04:15 +01:00 |
|
Karol Lewandowski
|
7f74fe3be4
|
basic_action_system.md, working_with_custom_actions.md: ID requirement adjustments
|
2025-02-12 12:48:24 +01:00 |
|
Karol Lewandowski
|
b07437530a
|
plugin_configuration_file.md: Update action requirement
|
2025-02-12 12:34:20 +01:00 |
|
Yann Cébron
|
89f15e579b
|
faq.md: mention archived status for ZD
|
2025-02-10 16:15:36 +01:00 |
|
Karol Lewandowski
|
a0a311ba82
|
themes_customize.md: Add information about using UI Inspector for identifying keys
|
2025-02-10 12:32:31 +01:00 |
|
Karol Lewandowski
|
bfc5145ac8
|
themes_customize.md: Grammar and style cleanup
|
2025-02-10 12:32:11 +01:00 |
|
Karol Lewandowski
|
094f95436b
|
themes_customize.md: Refresh completion screenshots
|
2025-02-10 12:25:45 +01:00 |
|
Karol Lewandowski
|
49da59876c
|
Update support channels with the JetBrains Platform community forum
|
2025-02-06 14:47:57 +01:00 |
|
Karol Lewandowski
|
e827d6e11b
|
kotlin_coroutines.md: Change the coroutines library information to warning level
|
2025-01-27 12:45:37 +01:00 |
|
github-actions[bot]
|
e1e20c1b36
|
Update generated descriptor pages: whitespaces revert (#1416)
Co-authored-by: karollewandowski <1154140+karollewandowski@users.noreply.github.com>
|
2025-01-17 07:00:45 +01:00 |
|
Karol Lewandowski
|
11c4851dcf
|
Add information about descriptor files documentation provider
|
2025-01-16 11:27:09 +01:00 |
|
Yann Cébron
|
25b2248976
|
indexing_and_psi_stubs.md: "Can be DumbAware" inspection
|
2025-01-16 10:39:51 +01:00 |
|
Yann Cébron
|
0da11adc98
|
build_number_ranges.md: clarify 251
|
2025-01-16 09:55:30 +01:00 |
|
Karol Lewandowski
|
e843b5dc64
|
disposers.md: Cleanup
|
2025-01-16 09:09:17 +01:00 |
|
Karol Lewandowski
|
d8bfa7def7
|
disposers.md: Add a parameter to MessageBus.connect() for clarity
There is an actual method without parameters.
|
2025-01-16 08:44:24 +01:00 |
|
Karol Lewandowski
|
8a39c6c6d4
|
disposers.md: Use shorter code snippet to fit in the snippet viewport
|
2025-01-16 08:43:24 +01:00 |
|
github-actions[bot]
|
eb75fbe390
|
Update generated descriptor pages (#1415)
Co-authored-by: karollewandowski <1154140+karollewandowski@users.noreply.github.com>
|
2025-01-16 07:15:29 +01:00 |
|