diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 4 |
1 files changed, 2 insertions, 2 deletions
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]]; |