aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 88b7a995..7abc2ef1 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -33,13 +33,16 @@
BOOL autohelpEnabled;
NoodleLineNumberView *lineNumberView;
- NSString *lookupInDocumentationTitle;
+ NSString *showMySQLHelpFor;
BOOL sqlStringIsTooLarge;
IBOutlet NSScrollView *scrollView;
+
}
+- (IBAction)showMySQLHelpForCurrentWord:(id)sender;
+
- (BOOL) isNextCharMarkedBy:(id)attribute;
- (BOOL) areAdjacentCharsLinked;
- (BOOL) wrapSelectionWithPrefix:(NSString *)prefix suffix:(NSString *)suffix;