mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2024.md (#1186)
As part of migration to v2 modules we moved this class to another package. See `18dcc57922878c8ad1fe0bb6be85097d4d81cc34`
This commit is contained in:
parent
4c9e99fe0d
commit
5d831bfdbf
@ -72,6 +72,14 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
|
||||
### IntelliJ Platform 2024.1
|
||||
|
||||
`com.jetbrains.commandInterface.commandLine.psi.CommandLineFile` class moved to package `com.intellij.commandInterface.commandLine.psi`
|
||||
|
||||
`com.jetbrains.commandInterface.commandLine.CommandLineLanguage` class moved to package `com.intellij.commandInterface.commandLine`
|
||||
|
||||
`com.jetbrains.commandInterface.commandLine.psi.CommandLineArgument` class moved to package `com.intellij.commandInterface.commandLine.psi`
|
||||
|
||||
`com.jetbrains.commandInterface.commandLine.psi.CommandLineOption` class moved to package `com.intellij.commandInterface.commandLine.psi`
|
||||
|
||||
`com.intellij.application.options.editor.CodeFoldingConfigurable.applyCodeFoldingSettingsChanges()` method removed
|
||||
: Use top-level method `CodeFoldingConfigurableKt.applyCodeFoldingSettingsChanges` instead.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user