diff options
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 761e1189..4dadb33d 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -32,13 +32,15 @@ - (BOOL) isNextCharMarkedBy:(id)attribute; - (BOOL) areAdjacentCharsLinked; - (BOOL) wrapSelectionWithPrefix:(NSString *)prefix suffix:(NSString *)suffix; -- (NSArray *)completionsForPartialWordRange:(NSRange)charRange indexOfSelectedItem:(int *)index; -- (NSArray *)keywords; -- (void)setAutoindent:(BOOL)enableAutoindent; -- (BOOL)autoindent; -- (void)setAutoindentIgnoresEnter:(BOOL)enableAutoindentIgnoresEnter; -- (BOOL)autoindentIgnoresEnter; -- (void)setAutopair:(BOOL)enableAutopair; -- (BOOL)autopair; +- (BOOL) shiftSelectionRight; +- (BOOL) shiftSelectionLeft; +- (NSArray *) completionsForPartialWordRange:(NSRange)charRange indexOfSelectedItem:(int *)index; +- (NSArray *) keywords; +- (void) setAutoindent:(BOOL)enableAutoindent; +- (BOOL) autoindent; +- (void) setAutoindentIgnoresEnter:(BOOL)enableAutoindentIgnoresEnter; +- (BOOL) autoindentIgnoresEnter; +- (void) setAutopair:(BOOL)enableAutopair; +- (BOOL) autopair; @end |