mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list_2023.md (#1041)
This commit is contained in:
parent
6d59cfe17c
commit
92b305b669
@ -117,6 +117,12 @@ Apache Batik library unbundled
|
||||
`com.intellij.openapi.fileEditor.impl.HTMLEditorProvider.Companion.getAFFINITY_KEY()` method removed
|
||||
: It was an accidentally exposed internal API. Please use `HTMLEditorProvider.openEditor()` methods, or implement your own file editor provider.
|
||||
|
||||
`com.intellij.execution.RunnerAndConfigurationSettings.setFocusToolWindowBeforeRun(boolean)` abstract method added
|
||||
: The interface is not intended to be implemented in external plugins
|
||||
|
||||
`com.intellij.execution.RunnerAndConfigurationSettings.getFocusToolWindowBeforeRun()` abstract method added
|
||||
: The interface is not intended to be implemented in external plugins
|
||||
|
||||
### Database Plugin 2023.1
|
||||
|
||||
`com.intellij.database.dataSource.url.TypeDescriptor.ParamEditor` class moved to package `com.intellij.database.dataSource.url`
|
||||
|
Loading…
x
Reference in New Issue
Block a user