diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-07-05 17:57:24 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-07-05 17:57:24 +0000 |
commit | d8a3650b1106fa8a4563e032e7ad66ca076da01b (patch) | |
tree | c0c2463557610a3abfa6372df698dd6fdbe05875 /Source/SPTextView.m | |
parent | f834f466cb51061f40199cf63d8e1cf47b1b1794 (diff) | |
download | sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.tar.gz sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.tar.bz2 sequelpro-d8a3650b1106fa8a4563e032e7ad66ca076da01b.zip |
Merged SP r3710 with Coda
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index ac9bf3a2..b670e8d3 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -173,7 +173,7 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse) [self setAutouppercaseKeywords:[prefs boolForKey:SPCustomQueryAutoUppercaseKeywords]]; #else [self setAutopair:YES]; - [self setAutouppercaseKeywords:YES]; + //[self setAutouppercaseKeywords:YES]; // #18925 #endif [self setCompletionWasReinvokedAutomatically:NO]; |