diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-29 14:53:37 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-29 14:53:37 +0000 |
commit | cef5a0200f433e53bd27b2516e5ac269205f0420 (patch) | |
tree | b8506962744b98ecf1930f0f850def8def2887a4 /Source/SPConstants.m | |
parent | acc0d65e502eac87ab469db11a96cbc7a4b39593 (diff) | |
download | sequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.tar.gz sequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.tar.bz2 sequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.zip |
• Bundle Editor
- fixed an init font setting problem (thanks to Rowan)
- further work on triggers
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"; |