From a2172a5f7e1d72b12efc56f33919f744ad07c05d Mon Sep 17 00:00:00 2001 From: Leneshka-jb Date: Tue, 5 Sep 2023 15:08:02 +0200 Subject: [PATCH] Update api_changes_list_2023.md (#1106) Document change in com.intellij.openapi.actionSystem.ex.ActionUtil#showDumbModeWarning method --- reference_guide/api_changes_list_2023.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 4bb9b4a75..5a5114249 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -81,6 +81,9 @@ JsonPath library unbundled `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. +`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 `com.siyeh.ipp.base.Intention` class removed