From 9d13403d2738aa34dd8207a521cbd014c9a22729 Mon Sep 17 00:00:00 2001 From: Alexander Kass <42271761+kassak-jb@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:35:24 +0200 Subject: [PATCH] Dropped old table modification dialog (#1438) * Dropped old table modification dialog * Add separate section Co-authored-by: Karol Lewandowski --------- Co-authored-by: Karol Lewandowski --- reference_guide/api_changes_list_2025.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/reference_guide/api_changes_list_2025.md b/reference_guide/api_changes_list_2025.md index c0b745606..bbdd785d0 100644 --- a/reference_guide/api_changes_list_2025.md +++ b/reference_guide/api_changes_list_2025.md @@ -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