mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
api_changes_list_2025.md: cleanup
This commit is contained in:
parent
4027aaf15f
commit
5ffbf623bb
@ -77,8 +77,8 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
|
|
||||||
### IntelliJ Platform 2025.1
|
### IntelliJ Platform 2025.1
|
||||||
|
|
||||||
The code scheduled with `SwingUtilities.invokeLater` and `SwingUtilities.invokeAndWait` does not hold the write-intent lock
|
Code scheduled with `SwingUtilities.invokeLater` and `SwingUtilities.invokeAndWait` does not hold the write-intent lock
|
||||||
: Consider using an explicit wrapping with `com.intellij.openapi.application.ReadAction.compute` or `com.intellij.openapi.application.WriteAction.run(com.intellij.util.ThrowableRunnable<E>)`.
|
: Consider using an explicit wrapping with [`ReadAction.compute()`](%gh-ic%/platform/core-api/src/com/intellij/openapi/application/ReadAction.java) or [`WriteAction.run(ThrowableRunnable<E>)`](%gh-ic%/platform/core-api/src/com/intellij/openapi/application/WriteAction.java).
|
||||||
|
|
||||||
Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
|
Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
|
||||||
: To restore the old behavior, consider using `Dispatchers.EDT`.
|
: To restore the old behavior, consider using `Dispatchers.EDT`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user