aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-09 19:41:24 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-09 19:41:24 +0000
commit0a5acd7a34f5e759171a82b0e4995b25d815d5cf (patch)
tree2362f6199cf3b04d9bec4001b6be74d6302448a5 /Source/SPTextView.h
parentf39a7b24b21baccaeed950e9a854cab45ceb4c80 (diff)
downloadsequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.tar.gz
sequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.tar.bz2
sequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.zip
• further preparations for user-definable bundle support
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index 69be86d3..e0cb6a32 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -85,6 +85,9 @@
NSColor *otherTextColor;
NSRange queryRange;
BOOL shouldHiliteQuery;
+
+ NSArray *bundleItems;
+
}
@property(retain) NSColor* queryHiliteColor;
@@ -143,4 +146,6 @@
- (BOOL)isSnippetMode;
+- (void)reloadBundleItems;
+
@end