diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-27 17:48:11 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-27 17:48:11 +0000 |
commit | 98d651758a14f1675a605000cd1813d7fc64695a (patch) | |
tree | d8e5595d6ffdfab8fda7aaebea2f7017d56c6df5 /Source/CMTextView.h | |
parent | 5c01336855fde8694dfe2c9060c7e8f43b61d950 (diff) | |
download | sequelpro-98d651758a14f1675a605000cd1813d7fc64695a.tar.gz sequelpro-98d651758a14f1675a605000cd1813d7fc64695a.tar.bz2 sequelpro-98d651758a14f1675a605000cd1813d7fc64695a.zip |
• improved the graphical representation of text macro snippets
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index ab7ed1af..96028a5e 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -103,4 +103,6 @@ static inline void NSMutableAttributedStringAddAttributeValueRange (NSMutableAtt - (NSUInteger)characterIndexOfPoint:(NSPoint)aPoint; - (void)insertFileContentOfFile:(NSString *)aPath; +- (BOOL)isSnippetMode; + @end |