diff options
author | stuconnolly <stuart02@gmail.com> | 2009-04-19 17:05:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-04-19 17:05:13 +0000 |
commit | 729a8ba1c4d8ffe72d9f43addb5afac78b1df599 (patch) | |
tree | f77d699a25a739c7bae068b1e7559f4ec35cb0be /Source/CMTextView.h | |
parent | ac7b8869b4cd7a2dcab94716ae6c24238d8b9978 (diff) | |
download | sequelpro-729a8ba1c4d8ffe72d9f43addb5afac78b1df599.tar.gz sequelpro-729a8ba1c4d8ffe72d9f43addb5afac78b1df599.tar.bz2 sequelpro-729a8ba1c4d8ffe72d9f43addb5afac78b1df599.zip |
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.
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |