From 373af7d28f55328a0d004ddd106ccbaafdd782d4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 30 Apr 2009 12:47:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20changed=20context=20menu=20item=20in=20CQ's?= =?UTF-8?q?=20textview=20to=20support=20"MySQL=20Help"=20=E2=80=A2=20prepa?= =?UTF-8?q?red=20code=20to=20work=20with=20autoHelp=20=E2=80=A2=20improved?= =?UTF-8?q?=20getRangeForCurrentWord=20(fix=20for=20"=20=20=20|a")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/CMTextView.h') 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; -- cgit v1.2.3