diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-20 13:05:13 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-20 13:05:13 +0000 |
commit | 9823aec95fef0ce2407530a52befea408922c4da (patch) | |
tree | 251a4e9c6c4a16213fa481da154879f7e8274eb8 /SharedSupport | |
parent | f3a9ddaec02a734fcf2a300d878a79133716fbd4 (diff) | |
download | sequelpro-9823aec95fef0ce2407530a52befea408922c4da.tar.gz sequelpro-9823aec95fef0ce2407530a52befea408922c4da.tar.bz2 sequelpro-9823aec95fef0ce2407530a52befea408922c4da.zip |
• do not remove line breaks in beforehand for "Format SQL" Bundle command
Diffstat (limited to 'SharedSupport')
-rw-r--r-- | SharedSupport/Default Bundles/Format SQL.spBundle/command.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist index 1459d7a6..c9458332 100644 --- a/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist +++ b/SharedSupport/Default Bundles/Format SQL.spBundle/command.plist @@ -150,7 +150,7 @@ cat <<HTML <input type="radio" name="salign" value="sleft" checked> Align left <input type="radio" name="salign" value="sright" > Align right <input type="checkbox" name="andorunderwhere" value="yes" checked> And/Or under Where - <input type="checkbox" name="removelnbr" value="yes" checked> Remove Linebreak before beautify + <input type="checkbox" name="removelnbr" value="no" checked> Remove Linebreak before beautify <input type="checkbox" name="trimquotechar" value="yes"> Trim Quoted Char of Each Line quoted char of eachline: <input type="text" name="quotechar" value= "&#34" size = 5 > <input type="checkbox" name="compactmode" value="yes"> Compact the output of sql output <input type="text" name="maxlenincm" value= "80" size = 5 > |