diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-21 09:05:03 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-21 09:05:03 +0000 |
commit | 231f4a4e70807e9824fd3c14c3bd258b37e0dbe4 (patch) | |
tree | 6031d16a384b2999b4d2aee33bc93f61ce9bb2b4 /Source/SPTextView.h | |
parent | 9823aec95fef0ce2407530a52befea408922c4da (diff) | |
download | sequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.tar.gz sequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.tar.bz2 sequelpro-231f4a4e70807e9824fd3c14c3bd258b37e0dbe4.zip |
• implemented user-definable Soft Indention
- instead of using \t as indention string the user can choose how many spaces should be used instead
- addresses issue 956
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h index 797fff34..b15030b4 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -107,6 +107,7 @@ - (BOOL) isNextCharMarkedBy:(id)attribute withValue:(id)aValue; - (BOOL) areAdjacentCharsLinked; - (BOOL) isCaretAdjacentToAlphanumCharWithInsertionOf:(unichar)aChar; +- (BOOL) isCaretAtIndentPositionIgnoreLineStart:(BOOL)ignoreLineStart; - (BOOL) wrapSelectionWithPrefix:(NSString *)prefix suffix:(NSString *)suffix; - (BOOL) shiftSelectionRight; - (BOOL) shiftSelectionLeft; |