mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api changes 2021: CommandProvider.getCommands (#355)
This commit is contained in:
parent
96b038a071
commit
269c664efe
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user