提交 f09d5acc 编写于 作者: S Serge Rider

Add tasks in main menu

上级 5649efd0
......@@ -20,6 +20,7 @@ view.project.explorer.title=Project Explorer
view.tasks.title = Database Tasks
menu.create.label = &Create
menu.database.tasks.label = &Tasks
wizard.org.jkiss.dbeaver.core.wizard.new.project.name = Database Project
wizard.org.jkiss.dbeaver.core.wizard.new.project.description = DBeaver Project
......
......@@ -851,6 +851,10 @@
</command>
</menuContribution>
<menuContribution allPopups="false" locationURI="menu:dataSourceMenu?after=tools">
<menu id="org.jkiss.dbeaver.menu.tasks" label="%menu.database.tasks.label"/>
</menuContribution>
<menuContribution allPopups="false" locationURI="menu:org.jkiss.dbeaver.menu.tasks">
<command commandId="org.jkiss.dbeaver.task.create"/>
<command commandId="org.eclipse.ui.views.showView" icon="platform:/plugin/org.jkiss.dbeaver.model/icons/tree/task.png" label="%view.tasks.title" style="pulldown" id="org.jkiss.dbeaver.menu.tasks">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册