From 729a8ba1c4d8ffe72d9f43addb5afac78b1df599 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 19 Apr 2009 17:05:13 +0000 Subject: Add a slightly modified patch to lookup up the selected text in the custom query editor in the MySQL online documentation. Code contributed via issue #236. --- Source/CMTextView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/CMTextView.h') diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 55bff15f..b7748ef9 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -32,6 +32,8 @@ BOOL delBackwardsWasPressed; NoodleLineNumberView *lineNumberView; + NSString *lookupInDocumentationTitle; + IBOutlet NSScrollView *scrollView; } -- cgit v1.2.3