aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index e5eee68c..37731784 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -74,6 +74,8 @@
- (void) autoHelp;
- (void) doSyntaxHighlighting;
- (void) insertFileContentOfFile:(NSString *)aPath;
-- (unsigned int)characterIndexOfPoint:(NSPoint)aPoint;
+- (unsigned int) characterIndexOfPoint:(NSPoint)aPoint;
+- (void) makeTextSizeLarger;
+- (void) makeTextSizeSmaller;
@end