diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-05-20 09:10:21 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-05-20 09:10:21 +0000 |
commit | 4794c5df03806229b92c5681cfb86da8bf00d5a0 (patch) | |
tree | effafb7a610d623723de28b88cb2bb93c343cdf1 /Source/CMTextView.h | |
parent | f0b3b6ac71d728c880616cc899b03265330fb06f (diff) | |
download | sequelpro-4794c5df03806229b92c5681cfb86da8bf00d5a0.tar.gz sequelpro-4794c5df03806229b92c5681cfb86da8bf00d5a0.tar.bz2 sequelpro-4794c5df03806229b92c5681cfb86da8bf00d5a0.zip |
• added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the Custom Query Editor quickly
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 4 |
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 |