diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 0c731abd..2ab44912 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -267,6 +267,10 @@ NSString *SPBundleOutputActionReplaceContent = @"replacecontent"; NSString *SPBundleOutputActionShowAsTextTooltip = @"showastexttooltip"; NSString *SPBundleOutputActionShowAsHTMLTooltip = @"showashtmltooltip"; NSString *SPBundleOutputActionShowAsHTML = @"showashtml"; +NSString *SPBundleTriggerActionNone = @"none"; +NSString *SPBundleTriggerActionDatabaseChanged = @"databasechanged"; +NSString *SPBundleTriggerActionTableChanged = @"tablechanged"; +NSString *SPBundleTriggerActionTableRowChanged = @"tablerowchanged"; NSString *SPBundleFileCommandKey = @"command"; NSString *SPBundleFileScopeKey = @"scope"; NSString *SPBundleFileNameKey = @"name"; @@ -282,6 +286,7 @@ NSString *SPBundleFileAuthorKey = @"author"; NSString *SPBundleFileContactKey = @"contact"; NSString *SPBundleFileUUIDKey = @"uuid"; NSString *SPBundleFileDescriptionKey = @"description"; +NSString *SPBundleFileTriggerKey = @"trigger"; NSString *SPBundleInternLabelKey = @"label"; NSString *SPBundleInternPathToFileKey = @"path"; NSString *SPBundleInternKeyEquivalentKey = @"keyEquivalent"; |