diff options
author | stuconnolly <stuart02@gmail.com> | 2013-02-17 12:16:32 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-02-17 12:16:32 +0000 |
commit | 2af49924b345d7ac3468f62d77ff8fd8ff39a221 (patch) | |
tree | 789d33840dcee58526f5265a90ec55112c5e798b /Source/SPAppController.h | |
parent | de952b797635d1d19a0357ba396b5e6be9f40624 (diff) | |
download | sequelpro-2af49924b345d7ac3468f62d77ff8fd8ff39a221.tar.gz sequelpro-2af49924b345d7ac3468f62d77ff8fd8ff39a221.tar.bz2 sequelpro-2af49924b345d7ac3468f62d77ff8fd8ff39a221.zip |
Minor tidy up.
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index b74608a7..e9173007 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -102,23 +102,23 @@ - (void)setSpfSessionDocData:(NSDictionary *)data; // Feedback controller delegate methods -- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; +- (NSMutableDictionary *)anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; // Others - (NSString *)contentOfFile:(NSString *)aPath; -- (NSArray *)bundleCategoriesForScope:(NSString*)scope; -- (NSArray *)bundleItemsForScope:(NSString*)scope; -- (NSArray *)bundleCommandsForTrigger:(NSString*)trigger; -- (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; -- (void)registerActivity:(NSDictionary*)commandDict; +- (NSArray *)bundleCategoriesForScope:(NSString *)scope; +- (NSArray *)bundleItemsForScope:(NSString *)scope; +- (NSArray *)bundleCommandsForTrigger:(NSString *)trigger; +- (NSDictionary *)bundleKeyEquivalentsForScope:(NSString *)scope; +- (void)registerActivity:(NSDictionary *)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; -- (NSArray*)runningActivities; +- (NSArray *)runningActivities; -- (void)handleEventWithURL:(NSURL*)url; -- (NSString*)doSQLSyntaxHighlightForString:(NSString*)sqlText cssLike:(BOOL)cssLike; +- (void)handleEventWithURL:(NSURL *)url; +- (NSString*)doSQLSyntaxHighlightForString:(NSString *)sqlText cssLike:(BOOL)cssLike; - (IBAction)executeBundleItemForApp:(id)sender; -- (NSDictionary*)shellEnvironmentForDocument:(NSString*)docUUID; +- (NSDictionary *)shellEnvironmentForDocument:(NSString *)docUUID; - (void)addHTMLOutputController:(id)controller; - (void)removeHTMLOutputController:(id)controller; |