aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
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