From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- .../sqlenterpriseformatter.ui | 671 +++++++++++++++++++++ 1 file changed, 671 insertions(+) create mode 100644 Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui (limited to 'Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui') diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui new file mode 100644 index 0000000..49e8788 --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui @@ -0,0 +1,671 @@ + + + SqlEnterpriseFormatter + + + + 0 + 0 + 612 + 464 + + + + Form + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Qt::Vertical + + + + + 0 + 1 + + + + 0 + + + + Indentation + + + + 4 + + + 4 + + + + + Line up keywords in multi-line queries + + + SqlEnterpriseFormatter.LineUpKeywords + + + + + + + Indent contents of parenthesis block + + + SqlEnterpriseFormatter.IndentParenthesisBlock + + + + + + + Qt::Vertical + + + + 20 + 187 + + + + + + + + Tab size: + + + + + + + SqlEnterpriseFormatter.TabSize + + + + + + + + New lines + + + + 4 + + + 4 + + + + + #scrollArea { background: transparent; } + + + QFrame::NoFrame + + + QFrame::Plain + + + 0 + + + true + + + + + 0 + 0 + 578 + 350 + + + + #scrollAreaWidgetContents { background: transparent; } + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Before opening parenthesis in column definitions + + + SqlEnterpriseFormatter.NlBeforeOpenParDef + + + + + + + After opening parenthesis in column definitions + + + SqlEnterpriseFormatter.NlAfterOpenParDef + + + + + + + Before closing parenthesis in column definitions + + + SqlEnterpriseFormatter.NlBeforeCloseParDef + + + + + + + After closing parenthesis in column definitions + + + SqlEnterpriseFormatter.NlAfterCloseParDef + + + + + + + Before opening parenthesis in expressions + + + SqlEnterpriseFormatter.NlBeforeOpenParExpr + + + + + + + After opening parenthesis in expressions + + + SqlEnterpriseFormatter.NlAfterOpenParExpr + + + + + + + Before closing parenthesis in expressions + + + SqlEnterpriseFormatter.NlBeforeCloseParExpr + + + + + + + After closing parenthesis in expressions + + + SqlEnterpriseFormatter.NlAfterCloseParExpr + + + + + + + After *JOIN keywords in FROM clause + + + SqlEnterpriseFormatter.NlAfterJoinStmt + + + + + + + Put each column constraint in CREATE TABLE into new line + + + SqlEnterpriseFormatter.NlBetweenConstraints + + + + + + + After comma + + + SqlEnterpriseFormatter.NlAfterComma + + + + + + + After comma in expressions + + + SqlEnterpriseFormatter.NlAfterCommaInExpr + + + + + + + After semicolon + + + SqlEnterpriseFormatter.NlAfterSemicolon + + + + + + + Never before semicolon + + + SqlEnterpriseFormatter.NlNeverBeforeSemicolon + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + widget_2 + scrollArea + + + + White spaces + + + + 4 + + + 4 + + + + + #scrollArea_2 { background: transparent; } + + + QFrame::NoFrame + + + QFrame::Plain + + + 10 + + + true + + + + + 0 + 0 + 424 + 325 + + + + #scrollAreaWidgetContents_2 { background: transparent; } + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Before comma in lists + + + SqlEnterpriseFormatter.SpaceBeforeCommaInList + + + + + + + After comma in lists + + + SqlEnterpriseFormatter.SpaceAfterCommaInList + + + + + + + Before opening parenthesis + + + SqlEnterpriseFormatter.SpaceBeforeOpenPar + + + + + + + After opening parenthesis + + + SqlEnterpriseFormatter.SpaceAfterOpenPar + + + + + + + Before closing parenthesis + + + SqlEnterpriseFormatter.SpaceBeforeClosePar + + + + + + + After closing parenthesis + + + SqlEnterpriseFormatter.SpaceAfterClosePar + + + + + + + No space between SQL function name and opening parenthesis + + + SqlEnterpriseFormatter.NoSpaceAfterFunctionName + + + + + + + Before dot operator (in path to database object) + + + SqlEnterpriseFormatter.SpaceBeforeDot + + + + + + + After dot operator (in path to database object) + + + SqlEnterpriseFormatter.SpaceAfterDot + + + + + + + Before mathematical operator + + + SqlEnterpriseFormatter.SpaceBeforeMathOp + + + + + + + After mathematical operator + + + SqlEnterpriseFormatter.SpaceAfterMathOp + + + + + + + Never before comma + + + SqlEnterpriseFormatter.SpaceNeverBeforeComma + + + + + + + Never before semicolon + + + SqlEnterpriseFormatter.SpaceNeverBeforeSemicolon + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + + + + Names + + + + 4 + + + 4 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Preferred name wrapper + + + + + + + SqlEnterpriseFormatter.PrefferedWrapper + + + SqlEnterpriseFormatter.Wrappers + + + + + + + Always use name wrapping + + + SqlEnterpriseFormatter.AlwaysUseNameWrapping + + + + + + + Uppercase data type names + + + SqlEnterpriseFormatter.UppercaseDataTypes + + + + + + + Uppercase keywords + + + SqlEnterpriseFormatter.UppercaseKeywords + + + + + + + + + + 0 + 2 + + + + Preview + + + + + + SqlEnterpriseFormatter.PreviewCode + + + true + + + + + + + + + + + + ConfigComboBox + QComboBox +
common/configcombobox.h
+
+ + SqlView + QPlainTextEdit +
sqlview.h
+
+
+ + +
-- cgit v1.2.3