From d4a0235ca4a224ce0c79d8b17d18cab27167bf78 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 5 Jan 2012 19:10:08 +0000 Subject: =?UTF-8?q?=E2=80=A2=20removed=20blocking=20of=20SPTextView=20text?= =?UTF-8?q?Storage=20while=20syntax=20hiliting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTextView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source') diff --git a/Source/SPTextView.m b/Source/SPTextView.m index e1003be1..b32afa5b 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -2776,7 +2776,7 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse) textRange = NSMakeRange(0,strlength); } - [textStore beginEditing]; + // [textStore beginEditing]; NSColor *tokenColor; @@ -2905,7 +2905,7 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse) [self setTypingAttributes:typeAttr]; } - [textStore endEditing]; + // [textStore endEditing]; [self setNeedsDisplayInRect:[self bounds]]; -- cgit v1.2.3