diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-21 07:17:15 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-21 07:17:15 +0000 |
commit | f5570a3b665da74a221af92eec8b11a13fbbdb6e (patch) | |
tree | 06db91f267b8373be99080a36fe3031e0ccf4be7 /Source/CMTextView.h | |
parent | d80515ceb26102a1fe06ed0e55e86dcb1778aa0e (diff) | |
download | sequelpro-f5570a3b665da74a221af92eec8b11a13fbbdb6e.tar.gz sequelpro-f5570a3b665da74a221af92eec8b11a13fbbdb6e.tar.bz2 sequelpro-f5570a3b665da74a221af92eec8b11a13fbbdb6e.zip |
• added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;
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 |