提交 618e89cd 编写于 作者: S serge-rider

ER diagram create wizard redesign + menu element for entities


Former-commit-id: bf9a3136
上级 32792520
......@@ -331,6 +331,19 @@
</command>
</menuContribution>
<menuContribution allPopups="false" locationURI="menu:dataSourceMenu?after=tools">
<command commandId="org.jkiss.dbeaver.erd.diagram.create" label="%menu.create.new.diagram">
<visibleWhen>
<with variable="selection">
<count value="+"/>
<iterate operator="and">
<adapt type="org.jkiss.dbeaver.model.struct.DBSEntity"/>
</iterate>
</with>
</visibleWhen>
</command>
</menuContribution>
<menuContribution allPopups="false" locationURI="popup:org.jkiss.dbeaver.ext.erd.editor.ERDEditorPart.EditorContext?after=additions">
<command commandId="org.eclipse.ui.edit.undo"/>
<command commandId="org.eclipse.ui.edit.redo"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册