From 8fd7a25952b3d5317a22e14c83af06b56c32710a Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 1 Apr 2009 22:59:05 +0000 Subject: =?UTF-8?q?=20-=20Add=20autopairing=20support=20to=20CMTextView=20?= =?UTF-8?q?-=20many=20thanks=20to=20Hans-J=C3=B6rg=20Bibiko=20for=20the=20?= =?UTF-8?q?original=20patch=20(see=20http://code.google.com/p/sequel-pro/i?= =?UTF-8?q?ssues/detail=3Fid=3D208=20for=20full=20details).=20=20Applied?= =?UTF-8?q?=20with=20slight=20amendments.=20=20-=20Further=20changes=20to?= =?UTF-8?q?=20make=20CMTextView=20more=20standalone=20and=20reusable=20-?= =?UTF-8?q?=20autopairing=20and=20autoindenting=20can=20now=20be=20enabled?= =?UTF-8?q?/disabled=20and=20checked.=20=20-=20Autopairing=20and=20autoind?= =?UTF-8?q?enting=20moved=20to=20app=20preferences.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/MainController.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/MainController.m') 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 -- cgit v1.2.3