From 6380481880bf44e8f50a47e606a6c8357c71afa5 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 15 Jul 2009 17:33:28 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Comment=20current=20Query/Selection=20-=20c?= =?UTF-8?q?hanged=20comment=20string=20to=20"--=20"=20-=20fixed=20bug=20in?= =?UTF-8?q?=20uncomment=20-=20added=20gear=20menu=20item=20--=20TODO:=20ch?= =?UTF-8?q?ange=20menu=20item=20title=20according=20to=20selection/current?= =?UTF-8?q?=20query=20(coming=20soon)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/CMTextView.m') diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 27fb0dab..3720a521 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -531,11 +531,6 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) [self makeTextSizeSmaller]; return; } - if([charactersIgnMod isEqualToString:@"/"]) - { - [[[[self window] delegate] valueForKeyPath:@"customQueryInstance"] commentOutQuery]; - return; - } } // Only process for character autopairing if autopairing is enabled and a single character is being added. -- cgit v1.2.3