diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 70 |
1 files changed, 39 insertions, 31 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index f0277c72..892941cf 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -243,37 +243,45 @@ NSString *SPFavoriteSSLCACertFileLocationEnabledKey = @"sslCACertFileLocati NSString *SPFavoriteSSLCACertFileLocationKey = @"sslCACertFileLocation"; // Bundle Files and Bundle Editor -NSString *SPBundleScopeQueryEditor = @"editor"; -NSString *SPBundleScopeDataTable = @"datatable"; -NSString *SPBundleScopeInputField = @"inputfield"; -NSString *SPBundleScopeGeneral = @"general"; -NSString *SPBundleInputSourceSelectedText = @"selectedtext"; -NSString *SPBundleInputSourceEntireContent = @"entirecontent"; -NSString *SPBundleInputSourceCurrentWord = @"currentword"; -NSString *SPBundleInputSourceCurrentQuery = @"currentquery"; -NSString *SPBundleInputSourceCurrentLine = @"currentline"; -NSString *SPBundleInputSourceNone = @"none"; -NSString *SPBundleOutputActionNone = @"none"; -NSString *SPBundleOutputActionInsertAsText = @"insertastext"; -NSString *SPBundleOutputActionInsertAsSnippet = @"insertassnippet"; -NSString *SPBundleOutputActionReplaceSelection = @"replaceselection"; -NSString *SPBundleOutputActionReplaceContent = @"replacecontent"; -NSString *SPBundleOutputActionShowAsTextTooltip = @"showastexttooltip"; -NSString *SPBundleOutputActionShowAsHTMLTooltip = @"showashtmltooltip"; -NSString *SPBundleFileCommandKey = @"command"; -NSString *SPBundleFileScopeKey = @"scope"; -NSString *SPBundleFileNameKey = @"name"; -NSString *SPBundleFileCategoryKey = @"category"; -NSString *SPBundleFileInputSourceKey = @"input"; -NSString *SPBundleFileInputSourceFallBackKey = @"input_fallback"; -NSString *SPBundleFileOutputActionKey = @"output"; -NSString *SPBundleFileKeyEquivalentKey = @"keyEquivalent"; -NSString *SPBundleFileTooltipKey = @"tooltip"; -NSString *SPBundleInternLabelKey = @"label"; -NSString *SPBundleInternPathToFileKey = @"path"; -NSString *SPBundleInternKeyEquivalentKey = @"keyEquivalent"; -NSString *SPBundleFileName = @"info.plist"; -NSString *SPBundleTaskInputFilePath = @"/tmp/SP_BUNDLE_TASK_INPUT"; +NSString *SPBundleScopeQueryEditor = @"editor"; +NSString *SPBundleScopeDataTable = @"datatable"; +NSString *SPBundleScopeInputField = @"inputfield"; +NSString *SPBundleScopeGeneral = @"general"; +NSString *SPBundleInputSourceSelectedText = @"selectedtext"; +NSString *SPBundleInputSourceEntireContent = @"entirecontent"; +NSString *SPBundleInputSourceCurrentWord = @"currentword"; +NSString *SPBundleInputSourceCurrentQuery = @"currentquery"; +NSString *SPBundleInputSourceCurrentLine = @"currentline"; +NSString *SPBundleInputSourceSelectedTableRowsAsTab = @"selectedtablerowsastab"; +NSString *SPBundleInputSourceSelectedTableRowsAsCsv = @"selectedtablerowsascsv"; +NSString *SPBundleInputSourceSelectedTableRowsAsSqlInsert = @"selectedtablerowsassqlinsert"; +NSString *SPBundleInputSourceTableRowsAsTab = @"tablerowsastab"; +NSString *SPBundleInputSourceTableRowsAsCsv = @"tablerowsascsv"; +NSString *SPBundleInputSourceTableRowsAsSqlInsert = @"tablerowsassqlinsert"; +NSString *SPBundleInputSourceNone = @"none"; +NSString *SPBundleOutputActionNone = @"none"; +NSString *SPBundleOutputActionInsertAsText = @"insertastext"; +NSString *SPBundleOutputActionInsertAsSnippet = @"insertassnippet"; +NSString *SPBundleOutputActionReplaceSelection = @"replaceselection"; +NSString *SPBundleOutputActionReplaceContent = @"replacecontent"; +NSString *SPBundleOutputActionShowAsTextTooltip = @"showastexttooltip"; +NSString *SPBundleOutputActionShowAsHTMLTooltip = @"showashtmltooltip"; +NSString *SPBundleFileCommandKey = @"command"; +NSString *SPBundleFileScopeKey = @"scope"; +NSString *SPBundleFileNameKey = @"name"; +NSString *SPBundleFileCategoryKey = @"category"; +NSString *SPBundleFileInputSourceKey = @"input"; +NSString *SPBundleFileInputSourceFallBackKey = @"input_fallback"; +NSString *SPBundleFileOutputActionKey = @"output"; +NSString *SPBundleFileKeyEquivalentKey = @"keyEquivalent"; +NSString *SPBundleFileTooltipKey = @"tooltip"; +NSString *SPBundleInternLabelKey = @"label"; +NSString *SPBundleInternPathToFileKey = @"path"; +NSString *SPBundleInternKeyEquivalentKey = @"keyEquivalent"; + +NSString *SPBundleFileName = @"command.plist"; +NSString *SPBundleTaskInputFilePath = @"/tmp/SP_BUNDLE_TASK_INPUT"; +NSString *SPBundleTaskScriptCommandFilePath = @"/tmp/SP_SCRIPT_COMMAND"; // sequel URL scheme NSString *SPURLSchemeQueryInputPathHeader = @"/tmp/SP_QUERY_"; |