Document api changes in PydevConsoleRunnerImpl (#615)

This commit is contained in:
Elizaveta Shashkova 2021-12-06 17:08:10 +03:00 committed by GitHub
parent 3b2562e2fc
commit 81bc847f8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,11 @@ Constructor `com.intellij.codeInsight.hints.settings.InlayProviderSettingsModel`
`git4idea.ui.branch.GitBranchActionsUtilKt.createNewBranch(Project, List, String, GitNewBranchOptions)` method removed
: Method was dropped to avoid supporting outdated behavior.
### Python Plugin 2021.3
`com.jetbrains.python.console.PydevConsoleRunnerImpl(Project, Sdk, PyConsoleType, String, Map<String, String>, PyConsoleOptions.PyConsoleSettings, Consumer<? super String>, String[])` constructor parameter type `com.intellij.util.Consumer<? super String>` removed
: There is no need to pass a Restart action as a constructor parameter, it should be created inside the `com.jetbrains.python.console.PydevConsoleRunnerImpl#createRerunAction` method
### IntelliJ IDEA Ultimate 2021.3
#### Miscellaneous