aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-06 12:36:37 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-06 12:36:37 +0000
commit5052718afb789f21654e094f2d065baf6bb6ac81 (patch)
tree88e9f2f8c03a7bf995208f17f619e3d40a437d71 /Source/CMTextView.h
parent37b41c535f442aa85750679dccc7885655cb3429 (diff)
downloadsequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.tar.gz
sequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.tar.bz2
sequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.zip
• CSV Import Field Mapper
- fixed some issues for displaying the default values for auto_increment and time_stamp • added possibility to change the tab stop width in each CMTextView via Preference setting in Editor window
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index c278c2c3..53afe0df 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -121,6 +121,7 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS
- (BOOL) autouppercaseKeywords;
- (void) setAutohelp:(BOOL)enableAutohelp;
- (BOOL) autohelp;
+- (void) setTabStops;
- (void) selectLineNumber:(NSUInteger)lineNumber ignoreLeadingNewLines:(BOOL)ignLeadingNewLines;
- (NSUInteger) getLineNumberForCharacterIndex:(NSUInteger)anIndex;
- (void) autoHelp;