aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-30 10:18:03 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-30 10:18:03 +0000
commit40dc576b30ec1da22ae58c1daaae86a6d1020b2c (patch)
tree8affef0bc1daa659abb3a1c3c6205171e88a931d /Source/CMTextView.h
parentdc29496e335f047cbee8a1c58371ad1827d0467d (diff)
downloadsequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.tar.gz
sequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.tar.bz2
sequelpro-40dc576b30ec1da22ae58c1daaae86a6d1020b2c.zip
• MySQL Help
- updated autoHelp, now it recognizes cursor movement via mouse • if the chunk in CQ's textview is too large remove all attributes • some minor code cosmetics
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 67a553b6..88b7a995 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -35,6 +35,8 @@
NSString *lookupInDocumentationTitle;
+ BOOL sqlStringIsTooLarge;
+
IBOutlet NSScrollView *scrollView;
}