提交 38282ac6 编写于 作者: S Serge Rider

command handler fixes


Former-commit-id: 47513449
上级 253ab0cd
......@@ -837,7 +837,7 @@ public class SQLEditor extends SQLEditorBase implements
public void toggleResultPanel() {
if (resultsSash.getMaximizedControl() == null) {
resultsSash.setMaximizedControl(editorControl);
resultsSash.setMaximizedControl(resultsSash.getChildren()[0]);
switchFocus(false);
} else {
resultsSash.setMaximizedControl(null);
......
......@@ -30,7 +30,7 @@ public class DebugUI {
public static final String BUNDLE_SYMBOLIC_NAME = "org.jkiss.dbeaver.debug.ui"; //$NON-NLS-1$
public static final String DEBUG_LAUNCH_GROUP_ID = "org.jkiss.dbeaver.debug.launchGroup";
public static final String DEBUG_OPEN_CONFIGURATION_COMMAND_ID = "org.jkiss.dbeaver.debug.ui.commands.command.debugConfigurations"; //$NON-NLS-1$
public static final String DEBUG_OPEN_CONFIGURATION_COMMAND_ID = "org.jkiss.dbeaver.debug.ui.command.debugConfigurationMenu"; //$NON-NLS-1$
public static DBGEditorAdvisor findEditorAdvisor(DBPDataSourceContainer dataSourceContainer) {
DBGEditorAdvisor advisor = Adapters.adapt(dataSourceContainer, DBGEditorAdvisor.class);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册