You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: Old table modification dialog was finally removed. Use com.intellij.database.actions.ddl.ModifyObjectAction#showDialog for new dialog invocation.
121
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
122
122
123
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.
124
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
125
125
126
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.
127
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
128
128
129
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.
130
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
131
131
132
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.
133
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
134
134
135
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.
136
+
: Old table modification dialog was finally removed. Use `com.intellij.database.actions.ddl.ModifyObjectAction.showDialog()` for new dialog invocation.
0 commit comments