mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Update api_changes_list_2023.md (#1106)
Document change in com.intellij.openapi.actionSystem.ex.ActionUtil#showDumbModeWarning method
This commit is contained in:
parent
df162d48c4
commit
a2172a5f7e
@ -81,6 +81,9 @@ JsonPath library unbundled
|
|||||||
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke` method `Editor` parameter marked `@NotNull`
|
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke` method `Editor` parameter marked `@NotNull`
|
||||||
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
||||||
|
|
||||||
|
`com.intellij.openapi.actionSystem.ex.ActionUtil.showDumbModeWarning(Project, AnActionEvent[])` method removed
|
||||||
|
: Use `showDumbModeWarning(@Nullable Project project, @NotNull AnAction action, AnActionEvent @NotNull ... events)` instead
|
||||||
|
|
||||||
### Java Plugin 2023.3
|
### Java Plugin 2023.3
|
||||||
|
|
||||||
`com.siyeh.ipp.base.Intention` class removed
|
`com.siyeh.ipp.base.Intention` class removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user