Vladimir Krivosheev 2024-08-01 16:09:49 +02:00 committed by GitHub
parent 1bae940959
commit ae9c45ee23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,8 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
### IntelliJ Platform 2024.2 ### IntelliJ Platform 2024.2
Constructor of `com.intellij.ui.tabs.TabInfo` requires not-null `JComponent` argument.
`com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(RunContextAction, Int)` method removed `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(RunContextAction, Int)` method removed
: Use `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(AnAction, Executor, Int)` instead. : Use `com.intellij.execution.lineMarker.ExecutorAction.Companion.wrap(AnAction, Executor, Int)` instead.