File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,26 @@ Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.
115
115
` com.intellij.terminal.ui.TerminalWidget.getTerminalSizeInitializedFuture() ` abstract method added
116
116
: Must be implemented.
117
117
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
+
118
138
### External System 2025.1
119
139
120
140
` com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager ` class now interface
You can’t perform that action at this time.
0 commit comments