Skip to content

Commit 9d13403

Browse files
Dropped old table modification dialog (#1438)
* Dropped old table modification dialog * Add separate section Co-authored-by: Karol Lewandowski <[email protected]> --------- Co-authored-by: Karol Lewandowski <[email protected]>
1 parent c54a378 commit 9d13403

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

reference_guide/api_changes_list_2025.md

+20
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,26 @@ Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.
115115
`com.intellij.terminal.ui.TerminalWidget.getTerminalSizeInitializedFuture()` abstract method added
116116
: Must be implemented.
117117

118+
### Database Plugin 2025.1
119+
120+
`com.intellij.database.view.models` package removed
121+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
122+
123+
`com.intellij.database.schemaEditor.model.DeObject` class removed
124+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
125+
126+
`com.intellij.database.view.editors.DatabaseEditorContext` class removed
127+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
128+
129+
`com.intellij.database.view.editors.DatabaseTableEditor` class removed
130+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
131+
132+
`com.intellij.database.view.ui.DbRefactoringDialogHelper` class removed
133+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
134+
135+
`com.intellij.database.view.ui.DbTableDialog` class removed
136+
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
137+
118138
### External System 2025.1
119139

120140
`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface

0 commit comments

Comments
 (0)