mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Documenting HTMLEditorProvider#AFFINITY_KEY
removal (#982)
This commit is contained in:
parent
8c936a23b3
commit
a569dbf56f
@ -93,6 +93,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
`com.intellij.ssh.config.unified.SshConfigManager.register(boolean, String, String, String, String, AuthType, String, String, boolean, boolean, String, String)` method parameter `String` removed
|
||||
: Local port is the part of the tunnel configuration, not SSH settings.
|
||||
|
||||
`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.
|
||||
|
||||
### 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