mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2023.md: BaseElementAtCaretIntentionAction, #2
This commit is contained in:
parent
e92156f57f
commit
e388ec8291
@ -75,10 +75,10 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
|||||||
JsonPath library unbundled
|
JsonPath library unbundled
|
||||||
: Bundle it [explicitly](https://youtrack.jetbrains.com/issue/IDEA-328219) with your plugin.
|
: Bundle it [explicitly](https://youtrack.jetbrains.com/issue/IDEA-328219) with your plugin.
|
||||||
|
|
||||||
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.isAvailable(Project, Editor, PsiElement)` method `Editor` parameter marked `@NotNull`
|
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.isAvailable` method `Editor` parameter marked `@NotNull`
|
||||||
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
||||||
|
|
||||||
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke(Project, Editor, PsiElement)` method `Editor` parameter marked `@NotNull`
|
`com.intellij.codeInsight.intention.BaseElementAtCaretIntentionAction.invoke` method `Editor` parameter marked `@NotNull`
|
||||||
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
: This may break source-compatibility with inheritors written in Kotlin if they declare it as nullable.
|
||||||
|
|
||||||
### Java Plugin 2023.3
|
### Java Plugin 2023.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user