diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 14:57:27 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 14:57:27 +0000 |
commit | a7981fb1f88c16fbd0f7732a03d63f599d94309b (patch) | |
tree | 2dd7166d8a2b141651e9485fa31c9007295da9f4 /Source/SPAppController.h | |
parent | 40b1a5d57e6445f5a644521018ceb7762b3b59b8 (diff) | |
download | sequelpro-a7981fb1f88c16fbd0f7732a03d63f599d94309b.tar.gz sequelpro-a7981fb1f88c16fbd0f7732a03d63f599d94309b.tar.bz2 sequelpro-a7981fb1f88c16fbd0f7732a03d63f599d94309b.zip |
• progress on trigger support for Bundle commands
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 2fb4aef2..8742607d 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -46,6 +46,7 @@ NSMutableDictionary *bundleItems; NSMutableDictionary *bundleCategories; + NSMutableDictionary *bundleTriggers; NSMutableArray *bundleUsedScopes; NSMutableDictionary *bundleKeyEquivalents; NSMutableDictionary *installedBundleUUIDs; @@ -96,6 +97,7 @@ - (NSString *)contentOfFile:(NSString *)aPath; - (NSArray *)bundleCategoriesForScope:(NSString*)scope; - (NSArray *)bundleItemsForScope:(NSString*)scope; +- (NSArray *)bundleCommandsForTrigger:(NSString*)trigger; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; - (void)registerActivity:(NSDictionary*)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; |