From fadc015c4d8ca6bf77291c33f34d1b9ada15e296 Mon Sep 17 00:00:00 2001 From: Greg Shrago Date: Wed, 15 Dec 2021 20:08:55 +0300 Subject: [PATCH] document ActionPlaces changes --- reference_guide/api_changes_list_2021.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference_guide/api_changes_list_2021.md b/reference_guide/api_changes_list_2021.md index dbf5bace0..5b81a8bad 100644 --- a/reference_guide/api_changes_list_2021.md +++ b/reference_guide/api_changes_list_2021.md @@ -292,6 +292,9 @@ Various package renames to support dynamic plugins `org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract : Previously this circularly referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed. +`com.intellij.openapi.actionSystem.ActionPlaces.isMainMenuOrShortcut(String)` method removed +: Use `isMainMenuOrActionSearch(String)` method instead. + ### Performance Testing Plugin 2021.2 `com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`