aboutsummaryrefslogtreecommitdiffstats
path: root/SharedSupport
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-20 13:05:13 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-20 13:05:13 +0000
commit9823aec95fef0ce2407530a52befea408922c4da (patch)
tree251a4e9c6c4a16213fa481da154879f7e8274eb8 /SharedSupport
parentf3a9ddaec02a734fcf2a300d878a79133716fbd4 (diff)
downloadsequelpro-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.plist2
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 &lt;&lt;HTML
&lt;input type="radio" name="salign" value="sleft" checked&gt; Align left
&lt;input type="radio" name="salign" value="sright" &gt; Align right
&lt;input type="checkbox" name="andorunderwhere" value="yes" checked&gt; And/Or under Where
- &lt;input type="checkbox" name="removelnbr" value="yes" checked&gt; Remove Linebreak before beautify
+ &lt;input type="checkbox" name="removelnbr" value="no" checked&gt; Remove Linebreak before beautify
&lt;input type="checkbox" name="trimquotechar" value="yes"&gt; Trim Quoted Char of Each Line quoted char of eachline: &lt;input type="text" name="quotechar" value= "&amp;#34" size = 5 &gt;
&lt;input type="checkbox" name="compactmode" value="yes"&gt; Compact the output of sql output
&lt;input type="text" name="maxlenincm" value= "80" size = 5 &gt;