aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-10 09:21:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-10 09:21:43 +0000
commitc3abe91fddf71117244fb57d55214d5621f79862 (patch)
treee172a2138c0e303b879c5ad3049ac22fa81dc3d2 /Source/SPTextView.h
parentf7ed9b4c096138e883181be99e4dae6886578c11 (diff)
downloadsequelpro-c3abe91fddf71117244fb57d55214d5621f79862.tar.gz
sequelpro-c3abe91fddf71117244fb57d55214d5621f79862.tar.bz2
sequelpro-c3abe91fddf71117244fb57d55214d5621f79862.zip
• further preparations for user-definable bundle support
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index f5529e9e..ed1b7666 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -87,6 +87,9 @@
BOOL shouldHiliteQuery;
NSMutableArray *bundleItems;
+ NSMutableArray *bundleCategories;
+ NSMutableArray *bundleUsedScopes;
+ NSMutableDictionary *bundleKeyEquivalents;
}