diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-10 09:21:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-10 09:21:43 +0000 |
commit | c3abe91fddf71117244fb57d55214d5621f79862 (patch) | |
tree | e172a2138c0e303b879c5ad3049ac22fa81dc3d2 /Source/SPTextView.h | |
parent | f7ed9b4c096138e883181be99e4dae6886578c11 (diff) | |
download | sequelpro-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.h | 3 |
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; } |