From 3b70bf3ed475602fac435b86ab564423ae1dfdb0 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 24 Mar 2010 21:51:27 +0000 Subject: General tidy up, with a focus on consolidating more constants in SPConstants.h/m. --- Source/CMTextView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/CMTextView.h') diff --git a/Source/CMTextView.h b/Source/CMTextView.h index b00c4b33..4e96ad39 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -46,7 +46,8 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS return r; } -@interface CMTextView : NSTextView { +@interface CMTextView : NSTextView +{ BOOL autoindentEnabled; BOOL autopairEnabled; BOOL autoindentIgnoresEnter; @@ -91,7 +92,6 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS NSColor *otherTextColor; NSRange queryRange; BOOL shouldHiliteQuery; - } @property(retain) NSColor* queryHiliteColor; -- cgit v1.2.3