提交 32355a80 编写于 作者: S serge-rider

DBeaver perspective extension for debugger

上级 ee82fecd
......@@ -154,4 +154,49 @@
</extension>
<!-- DBeaver perspective hook -->
<extension point="org.eclipse.ui.perspectiveExtensions">
<!-- Extension to default DBeaver perspectiver -->
<perspectiveExtension targetID="org.jkiss.dbeaver.core.perspective">
<!-- Bottom Left -->
<view
closeable="true"
standalone="false"
moveable="true"
visible="true"
showTitle="true"
relationship="stack"
relative="org.jkiss.dbeaver.core.projectExplorer"
id="org.eclipse.debug.ui.DebugView"/>
<view
closeable="true"
standalone="false"
moveable="true"
visible="false"
showTitle="true"
relationship="stack"
relative="org.jkiss.dbeaver.core.projectExplorer"
id="org.eclipse.debug.ui.BreakpointView"/>
<!-- Bottom Right -->
<view
closeable="true"
standalone="false"
moveable="true"
visible="true"
showTitle="true"
relationship="stack"
relative="org.eclipse.ui.views.PropertySheet"
id="org.eclipse.debug.ui.VariableView"/>
<!-- Add View Shortcuts !-->
<viewShortcut id="org.eclipse.debug.ui.DebugView" />
<viewShortcut id="org.eclipse.debug.ui.VariableView" />
<viewShortcut id="org.eclipse.debug.ui.BreakpointView" />
</perspectiveExtension>
</extension>
</plugin>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册