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/SPBundleEditorController.h | |
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/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 6656e9be..5ccd8a9a 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -81,6 +81,9 @@ NSMenu *outputInputFieldScopePopUpMenu; NSMenu *outputDataTableScopePopUpMenu; NSMenu *inputFallbackInputFieldScopePopUpMenu; + NSMenu *triggerInputFieldPopUpMenu; + NSMenu *triggerDataTablePopUpMenu; + NSMenu *triggerGeneralPopUpMenu; NSArray *inputGeneralScopeArray; NSArray *inputInputFieldScopeArray; @@ -89,6 +92,9 @@ NSArray *outputInputFieldScopeArray; NSArray *outputDataTableScopeArray; NSArray *inputFallbackInputFieldScopeArray; + NSArray *triggerInputFieldArray; + NSArray *triggerDataTableArray; + NSArray *triggerGeneralArray; BOOL doGroupDueToChars; BOOL allowUndo; @@ -114,6 +120,7 @@ - (IBAction)metaButtonChanged:(id)sender; - (BOOL)saveBundle:(NSDictionary*)bundle atPath:(NSString*)aPath; +- (BOOL)cancelRowEditing; - (void)setWasCutPaste; - (void)setDoGroupDueToChars; |