From d51530a48813b08d9694fed3a7a24998d495d5b5 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 8 Dec 2010 11:05:28 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20commands=20-=20reworked=20invocati?= =?UTF-8?q?on=20via=20keyboard=20short-cut=20to=20allow=20to=20fall=20back?= =?UTF-8?q?=20to=20General=20scope=20-=20added=20chance=20to=20redirect=20?= =?UTF-8?q?the=20output=20action=20via=20command=20exit=20codes;=20useful?= =?UTF-8?q?=20if=20the=20normal=20output=20is=20an=20HTML=20window=20but?= =?UTF-8?q?=20an=20error=20occurred,=20now=20one=20can=20display=20the=20e?= =?UTF-8?q?rror=20as=20tooltip=20for=20instance=20-=20unified=20file=20han?= =?UTF-8?q?d-shake=20file=20names=20by=20one=20uuid=20-=20made=20usage=20o?= =?UTF-8?q?f=20more=20constants=20and=20renamed=20some=20shell=20vars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index c219a381..1e48f2c2 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -473,6 +473,7 @@ extern NSString *SPBundleFileInputSourceFallBackKey; extern NSString *SPBundleFileOutputActionKey; extern NSString *SPBundleFileKeyEquivalentKey; extern NSString *SPBundleFileInternalKeyEquivalentKey; +extern NSString *SPBundleFileInternalexecutionUUID; extern NSString *SPBundleFileTooltipKey; extern NSString *SPBundleFileDisabledKey; extern NSString *SPBundleFileAuthorKey; @@ -486,10 +487,32 @@ extern NSString *SPBundleInternPathToFileKey; extern NSString *SPBundleInternKeyEquivalentKey; extern NSString *SPBundleFileName; extern NSString *SPBundleTaskInputFilePath; +extern NSString *SPBundleTaskOutputFilePath; extern NSString *SPBundleTaskScriptCommandFilePath; extern NSString *SPBundleTaskCopyBlobFileDirectory; extern NSString *SPBundleTaskTableMetaDataFilePath; +extern NSString *SPBundleShellVariableInputFilePath; +extern NSString *SPBundleShellVariableOutputFilePath; +extern NSString *SPBundleShellVariableBundlePath; +extern NSString *SPBundleShellVariableBlobFileDirectory; +extern NSString *SPBundleShellVariableQueryFile; +extern NSString *SPBundleShellVariableQueryResultFile; +extern NSString *SPBundleShellVariableQueryResultStatusFile; +extern NSString *SPBundleShellVariableQueryResultMetaFile; +extern NSString *SPBundleShellVariableInputTableMetaData; +extern NSString *SPBundleShellVariableScope; + +extern const NSInteger SPBundleRedirectActionNone; +extern const NSInteger SPBundleRedirectActionReplaceSection; +extern const NSInteger SPBundleRedirectActionReplaceContent; +extern const NSInteger SPBundleRedirectActionInsertAsText; +extern const NSInteger SPBundleRedirectActionInsertAsSnippet; +extern const NSInteger SPBundleRedirectActionShowAsHTML; +extern const NSInteger SPBundleRedirectActionShowAsTextTooltip; +extern const NSInteger SPBundleRedirectActionShowAsHTMLTooltip; +extern const NSInteger SPBundleRedirectActionLastCode; + // sequel URL scheme extern NSString *SPURLSchemeQueryInputPathHeader; extern NSString *SPURLSchemeQueryResultPathHeader; -- cgit v1.2.3