提交 8390bb19 编写于 作者: E Evgeny Fradkin

#3338 Mock Data menu items

上级 3dcbade8
......@@ -9,9 +9,17 @@
<handler commandId="org.jkiss.dbeaver.ext.mockdata.resultset.mockdata" class="org.jkiss.dbeaver.ext.mockdata.handlers.ResultSetMockDataHandler">
<enabledWhen>
<or>
<with variable="activeEditor">
<adapt type="org.jkiss.dbeaver.ui.controls.resultset.ResultSetViewer"/>
</with>
<and>
<with variable="activeEditor">
<adapt type="org.jkiss.dbeaver.ui.controls.resultset.ResultSetViewer"/>
</with>
<with variable="selection">
<count value="0"/>
<iterate operator="and">
<adapt type="org.jkiss.dbeaver.model.struct.DBSDataContainer"/>
</iterate>
</with>
</and>
<with variable="selection">
<count value="+"/>
<iterate operator="and">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册