diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-01 22:59:05 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-01 22:59:05 +0000 |
commit | 8fd7a25952b3d5317a22e14c83af06b56c32710a (patch) | |
tree | 215711b1c3be6b90011ff38c7fa658f7c2e3ae3c /Source/MainController.m | |
parent | ac70439744db350206de86e14209fd84e750bb64 (diff) | |
download | sequelpro-8fd7a25952b3d5317a22e14c83af06b56c32710a.tar.gz sequelpro-8fd7a25952b3d5317a22e14c83af06b56c32710a.tar.bz2 sequelpro-8fd7a25952b3d5317a22e14c83af06b56c32710a.zip |
- Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko for the original patch (see http://code.google.com/p/sequel-pro/issues/detail?id=208 for full details). Applied with slight amendments.
- Further changes to make CMTextView more standalone and reusable - autopairing and autoindenting can now be enabled/disabled and checked.
- Autopairing and autoindenting moved to app preferences.
Diffstat (limited to 'Source/MainController.m')
-rw-r--r-- | Source/MainController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/MainController.m b/Source/MainController.m index 257d43c3..4e21c4d5 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -671,6 +671,8 @@ checks for updates and opens download page in default browser [NSNumber numberWithInt:10], @"connectionTimeout", [NSNumber numberWithInt:60], @"keepAliveInterval", [NSNumber numberWithInt:0], @"lastUsedVersion", + [NSNumber numberWithBool:YES], @"CustomQueryAutopair", + [NSNumber numberWithBool:YES], @"CustomQueryAutoindent", nil]]; // For versions prior to r336, where column widths have been saved, walk through them and remove |