mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Add missing content snippets
This commit is contained in:
parent
3b091c4e10
commit
282961ee52
@ -186,3 +186,5 @@ They are intended to be used by the IntelliJ Platform itself.
|
||||
Avoid using them in plugin code.
|
||||
|
||||
Use it only as a temporal solution if it is hard to quickly rewrite code which checks for write intent lock.
|
||||
|
||||
<include from="snippets.md" element-id="missingContent"/>
|
||||
|
@ -184,3 +184,5 @@ It is only possible to:
|
||||
|
||||
The lack of an API for switching from suspending and blocking contexts to progress indicator is intentional.
|
||||
Cancellable and trackable tasks should be run in coroutines as the progress indicator is obsolete since 2024.1.
|
||||
|
||||
<include from="snippets.md" element-id="missingContent"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user