提交 4fff954c 编写于 作者: S Serge Rider

#6959 SQL parameters binding: use modeless dialog (allow copy from editor/results)


Former-commit-id: ba9bae85
上级 f6e9687c
......@@ -74,6 +74,7 @@ public class SQLQueryParameterBindDialog extends StatusDialog {
public SQLQueryParameterBindDialog(IWorkbenchPartSite site, SQLQuery query, List<SQLQueryParameter> parameters)
{
super(site.getShell());
setShellStyle(SWT.CLOSE | SWT.TITLE | SWT.BORDER | SWT.RESIZE | getDefaultOrientation());
this.site = site;
StringWriter dummyWriter = new StringWriter();
this.queryContext = new SQLScriptContext(null, new DataSourceContextProvider(query.getDataSource()), null, dummyWriter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册