提交 00e9df9f 编写于 作者: S serge-rider

PG: show function header by default (edit is more important than debug)

上级 c2927dfa
......@@ -137,7 +137,7 @@ public class PostgreSourceViewEditor extends SQLSourceViewer<PostgreScriptObject
private boolean isInDebugMode() {
return CommonUtils.getBoolean(
getEditorInput().getAttribute(DBPScriptObject.OPTION_DEBUGGER_SOURCE), true);
getEditorInput().getAttribute(DBPScriptObject.OPTION_DEBUGGER_SOURCE), false);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册