提交 71a99e42 编写于 作者: A Alexander Fedorov

#2556 move pgSQL launch tab contributions

上级 5432f483
......@@ -5,5 +5,7 @@ Bundle-SymbolicName: org.jkiss.dbeaver.postgresql.debug.ui;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.jkiss.dbeaver.debug.ui,
Require-Bundle: org.eclipse.core.runtime,
org.jkiss.dbeaver.core,
org.jkiss.dbeaver.debug.ui,
org.jkiss.dbeaver.ext.postgresql
#Properties file for org.jkiss.dbeaver.postgresql.debug.ui
Bundle-Vendor = JKISS
Bundle-Name = DBeaver PostgreSQL Debug UI
\ No newline at end of file
Bundle-Name = DBeaver PostgreSQL Debug UI
launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL.description=Settings of PL/pgSQL debug launch
launchConfigurationTabGroups.launchConfigurationTabGroup.launchMode.pgSQL.debug.description=Create a configuration to debug PL/pgSQL procedures
......@@ -9,6 +9,19 @@
id="org.jkiss.dbeaver.postgresql.debug.ui.launchConfigurationTypeImages.launchConfigurationTypeImage.pgSQL">
</launchConfigurationTypeImage>
</extension>
<extension
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
<launchConfigurationTabGroup
class="org.jkiss.dbeaver.postgresql.internal.debug.ui.PgSqlLaunchConfigurationTabGroup"
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL.description"
id="org.jkiss.dbeaver.postgresql.debug.ui.launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL"
type="org.jkiss.dbeaver.postgresql.debug.core.pgSQL">
<launchMode
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.launchMode.pgSQL.debug.description"
mode="debug">
</launchMode>
</launchConfigurationTabGroup>
</extension>
<extension
point="org.eclipse.debug.ui.debugModelPresentations">
......
......@@ -25,5 +25,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Bundle-Activator: org.jkiss.dbeaver.ext.postgresql.PostgreActivator
Export-Package: org.jkiss.dbeaver.ext.postgresql.model
Export-Package: org.jkiss.dbeaver.ext.postgresql,
org.jkiss.dbeaver.ext.postgresql.model,
org.jkiss.dbeaver.postgresql.debug.core
......@@ -546,7 +546,5 @@ launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName=PL/pgSQL Deb
launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription=PL/pgSQL debug for PostgreSQL procedures
# org.jkiss.dbeaver.postgresql.debug.ui
launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL.description=Settings of PL/pgSQL debug launch
launchConfigurationTabGroups.launchConfigurationTabGroup.launchMode.pgSQL.debug.description=Create a configuration to debug PL/pgSQL procedures
launchShortcuts.shortcut.pgSQL.label=PL/pgSQL
launchShortcuts.shortcut.pgSQL.description=PL/pgSQL debug for PostgreSQL procedures
\ No newline at end of file
......@@ -414,20 +414,6 @@
<!-- org.jkiss.dbeaver.postgresql.debug.core ends -->
<!-- org.jkiss.dbeaver.postgresql.debug.ui begins -->
<extension
point="org.eclipse.debug.ui.launchConfigurationTabGroups">
<launchConfigurationTabGroup
class="org.jkiss.dbeaver.postgresql.internal.debug.ui.PgSqlLaunchConfigurationTabGroup"
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL.description"
id="org.jkiss.dbeaver.postgresql.debug.ui.launchConfigurationTabGroups.launchConfigurationTabGroup.pgSQL"
type="org.jkiss.dbeaver.postgresql.debug.core.pgSQL">
<launchMode
description="%launchConfigurationTabGroups.launchConfigurationTabGroup.launchMode.pgSQL.debug.description"
mode="debug"
perspective="org.eclipse.debug.ui.DebugPerspective">
</launchMode>
</launchConfigurationTabGroup>
</extension>
<extension
point="org.eclipse.debug.ui.launchShortcuts">
<shortcut
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册