提交 16ed7566 编写于 作者: S Serge Rider

#1122 SQL preview dialog preference

上级 4223c8d5
......@@ -74,8 +74,8 @@ public class PrefPageEntityEditor extends AbstractPrefPage implements IWorkbench
refreshEditorOnOpen = UIUtils.createCheckbox(groupEditors, CoreMessages.pref_page_ui_general_refresh_editor_on_open, false);
refreshEditorOnOpen.setToolTipText("Refreshes object from database every time you open this object's editor.\nYou may need this option if your database structure changes frequently (e.g. by SQL scripts).");
editorFullName = UIUtils.createCheckbox(groupEditors, "Show full object names in editors", false);
showPreviewOnSave = UIUtils.createCheckbox(groupEditors, "Show SQL preview dialog on save", false);
editorFullName = UIUtils.createCheckbox(groupEditors, "Show fully qualified object names in editors title", false);
showPreviewOnSave = UIUtils.createCheckbox(groupEditors, "Show SQL preview dialog on editor save", false);
}
performDefaults();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册