aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 8a2db321..7ab89200 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -41,21 +41,28 @@
IBOutlet NSButton *inputFieldScopeButton;
IBOutlet NSButton *dataTableScopeButton;
IBOutlet NSButton *disableCheckBox;
+ IBOutlet NSButton *removeButton;
+ IBOutlet NSMenuItem *duplicateMenuItem;
+ IBOutlet NSMenuItem *revealInFinderMenuItem;
IBOutlet SRRecorderControl *keyEquivalentField;
IBOutlet NSArrayController *commandBundleArrayController;
NSMutableArray *commandBundleArray;
+ NSString *bundlePath;
+ NSString *draggedFilePath;
+
}
-- (IBAction)scopeButtonChanged:(id)sender;
- (IBAction)inputPopuButtonChanged:(id)sender;
- (IBAction)duplicateCommandBundle:(id)sender;
- (IBAction)addCommandBundle:(id)sender;
- (IBAction)removeCommandBundle:(id)sender;
- (IBAction)revealCommandBundleInFinder:(id)sender;
- (IBAction)showHelp:(id)sender;
+- (IBAction)saveAndCloseWindow:(id)sender;
+- (BOOL)saveBundle:(NSDictionary*)bundle atPath:(NSString*)aPath;
@end