From 99e4d0223293aee1acd6b4196263385a9e6a7ecc Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 24 May 2009 13:47:57 +0000 Subject: =?UTF-8?q?=E2=80=A2=20activate=20Preference=20setting=20for=20car?= =?UTF-8?q?et=20color=20=E2=80=A2=20added=20prototype=20for=20new=20comple?= =?UTF-8?q?tion=20(ESC=20->=20Cocoa,=20F5=20->=20new=20completion)=20-=20n?= =?UTF-8?q?ot=20yet=20finished=20-=20TODO:=20--=20support=20for=20NSSpellC?= =?UTF-8?q?hecker=20items=20--=20images=20for=20different=20types=20of=20s?= =?UTF-8?q?uggestions=20like=20proc/func/tabkle/view/sql=20statement,=20db?= =?UTF-8?q?=20name,=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/CustomQuery.m') diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index 32069bb8..7fa6ac00 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -934,7 +934,8 @@ [textView setFont:[NSUnarchiver unarchiveObjectWithData:[prefs dataForKey:@"CustomQueryEditorFont"]]]; [textView setBackgroundColor:[NSUnarchiver unarchiveObjectWithData:[prefs dataForKey:@"CustomQueryEditorBackgroundColor"]]]; [textView setTextColor:[NSUnarchiver unarchiveObjectWithData:[prefs dataForKey:@"CustomQueryEditorTextColor"]]]; - + [textView setInsertionPointColor:[NSUnarchiver unarchiveObjectWithData:[prefs dataForKey:@"CustomQueryEditorCaretColor"]]]; + [customQueryView setVerticalMotionCanBeginDrag:NO]; [textView setContinuousSpellCheckingEnabled:NO]; [autoindentMenuItem setState:([prefs boolForKey:@"CustomQueryAutoIndent"]?NSOnState:NSOffState)]; -- cgit v1.2.3