document ActionPlaces changes

This commit is contained in:
Greg Shrago 2021-12-15 20:08:55 +03:00 committed by GitHub
parent 38bcc172d7
commit fadc015c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`