From c1cb48f6afa93b8ed26baa434d66d1ca3e0afca7 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 29 Nov 2010 21:25:52 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20commands=20-=20register=20running?= =?UTF-8?q?=20commands=20for=20each=20SPDatabaseDocument=20or=20if=20the?= =?UTF-8?q?=20command=20runs=20via=20'General'=20for=20NSApp=20delegate=20?= =?UTF-8?q?-=20kill=20all=20running=20commands=20before=20SP=20will=20be?= =?UTF-8?q?=20terminated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPStringAdditions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPStringAdditions.h') diff --git a/Source/SPStringAdditions.h b/Source/SPStringAdditions.h index e9e3784c..b0e085aa 100644 --- a/Source/SPStringAdditions.h +++ b/Source/SPStringAdditions.h @@ -77,6 +77,7 @@ static inline id NSMutableAttributedStringAttributeAtIndex (NSMutableAttributedS - (CGFloat)levenshteinDistanceWithWord:(NSString *)stringB; +- (NSString *)runBashCommandWithEnvironment:(NSDictionary*)shellEnvironment atCurrentDirectoryPath:(NSString*)path callerDocument:(id)caller withName:(NSString*)name error:(NSError**)theError; - (NSString *)runBashCommandWithEnvironment:(NSDictionary*)shellEnvironment atCurrentDirectoryPath:(NSString*)path error:(NSError**)theError; @end -- cgit v1.2.3