diff options
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index dba30ecf..4dee7079 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -53,5 +53,6 @@ - (void) setAutouppercaseKeywords:(BOOL)enableAutouppercaseKeywords; - (BOOL) autouppercaseKeywords; - (void) selectLineNumber:(unsigned int)lineNumber ignoreLeadingNewLines:(BOOL)ignLeadingNewLines; +- (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex; @end |