mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2024.md: RefactoringHelper.prepareOperation (#1209)
This commit is contained in:
parent
757ae71a8a
commit
9115e0f9e9
@ -72,6 +72,12 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
|
||||
### IntelliJ Platform 2024.1
|
||||
|
||||
`com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages)` method removed
|
||||
: Use `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull List<@NotNull PsiElement> elements)` instead.
|
||||
|
||||
`com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull PsiElement primaryElement)` method removed
|
||||
: Use `com.intellij.refactoring.RefactoringHelper.prepareOperation(UsageInfo @NotNull [] usages, @NotNull List<@NotNull PsiElement> elements)` instead.
|
||||
|
||||
`com.jetbrains.commandInterface.commandLine.psi.CommandLineFile` class moved to package `com.intellij.commandInterface.commandLine.psi`
|
||||
: Update code usages.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user