api changes 2021: CommandProvider.getCommands (#355)

This commit is contained in:
etuhoha 2021-02-10 14:22:21 +03:00 committed by GitHub
parent 96b038a071
commit 269c664efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,3 +81,6 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
`com.intellij.usages.impl.rules.UsageTypeProvider.getUsageType` method `PsiElement` parameter marked `@NotNull`
: This may break source-compatibility with inheritors written in Kotlin if they declare parameter type as nullable.
`com.jetbrains.performancePlugin.CommandProvider.getCommands(Project)` method parameter `Project` removed
: Project is now only accessible via `com.intellij.openapi.ui.playback.PlaybackContext.getProject()` since it may change during script execution.