aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-09 11:38:44 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-09 11:38:44 +0000
commitbccefa18c72465b2ec41a23eeda5ceb6f4d36204 (patch)
tree73dd3c4867ce64c259dd781e7375f381cb67f2bd /Source/SPTextView.h
parent8fede9d520347dbbb1318dbcbe651d5848b806c3 (diff)
downloadsequelpro-bccefa18c72465b2ec41a23eeda5ceb6f4d36204.tar.gz
sequelpro-bccefa18c72465b2ec41a23eeda5ceb6f4d36204.tar.bz2
sequelpro-bccefa18c72465b2ec41a23eeda5ceb6f4d36204.zip
• added to SPStringAddition the method runBashCommandWithEnvironment:atCurrentDirectoryPath:error which will run self as bash command and will return its result
- if an error occurred it will return a NSError if desired - added the chance to pass shell environment variables and start directory for future usage in user-definable plugins written as scripts
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r--Source/SPTextView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index 9730151c..69be86d3 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -143,6 +143,4 @@
- (BOOL)isSnippetMode;
-- (NSString *)runBashCommand:(NSString *)command;
-
@end