aboutsummaryrefslogtreecommitdiffstats
path: root/Source/MainController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-03 00:08:28 +0000
committerrowanbeentje <rowan@beent.je>2009-04-03 00:08:28 +0000
commitb7a565dd0196dcd77143874b27162d4300182019 (patch)
tree732ef42200affccae1a92d86aeadb49d63f52e7f /Source/MainController.m
parent6e4d0662303ecd6b3f953ff3313965835a9b8074 (diff)
downloadsequelpro-b7a565dd0196dcd77143874b27162d4300182019.tar.gz
sequelpro-b7a565dd0196dcd77143874b27162d4300182019.tar.bz2
sequelpro-b7a565dd0196dcd77143874b27162d4300182019.zip
- Add the ability for CMTextView to automatically capitalise SQL keywords in the text view, currently off by default but saved from preferences. Thanks again to Hans-Jörg Bibiko for this patch; see Issue #218.
Diffstat (limited to 'Source/MainController.m')
-rw-r--r--Source/MainController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MainController.m b/Source/MainController.m
index 4e21c4d5..f68c69e3 100644
--- a/Source/MainController.m
+++ b/Source/MainController.m
@@ -673,6 +673,7 @@ checks for updates and opens download page in default browser
[NSNumber numberWithInt:0], @"lastUsedVersion",
[NSNumber numberWithBool:YES], @"CustomQueryAutopair",
[NSNumber numberWithBool:YES], @"CustomQueryAutoindent",
+ [NSNumber numberWithBool:NO], @"CustomQueryAutouppercaseKeywords",
nil]];
// For versions prior to r336, where column widths have been saved, walk through them and remove