mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
document ActionPlaces changes
This commit is contained in:
parent
38bcc172d7
commit
fadc015c4d
@ -292,6 +292,9 @@ Various package renames to support dynamic plugins
|
|||||||
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
|
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
|
||||||
: Previously this circularly referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
|
: 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
|
### Performance Testing Plugin 2021.2
|
||||||
|
|
||||||
`com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`
|
`com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user