mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Dropped old table modification dialog (#1438)
* Dropped old table modification dialog * Add separate section Co-authored-by: Karol Lewandowski <karol86@gmail.com> --------- Co-authored-by: Karol Lewandowski <karol86@gmail.com>
This commit is contained in:
parent
c54a37875d
commit
9d13403d27
@ -115,6 +115,26 @@ Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.
|
||||
`com.intellij.terminal.ui.TerminalWidget.getTerminalSizeInitializedFuture()` abstract method added
|
||||
: Must be implemented.
|
||||
|
||||
### Database Plugin 2025.1
|
||||
|
||||
`com.intellij.database.view.models` package removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
`com.intellij.database.schemaEditor.model.DeObject` class removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
`com.intellij.database.view.editors.DatabaseEditorContext` class removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
`com.intellij.database.view.editors.DatabaseTableEditor` class removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
`com.intellij.database.view.ui.DbRefactoringDialogHelper` class removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
`com.intellij.database.view.ui.DbTableDialog` class removed
|
||||
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
|
||||
|
||||
### External System 2025.1
|
||||
|
||||
`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user