From 16e45c62511d8752afdb30f2dd0e0238273aac85 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 17 Nov 2010 22:07:18 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20Editor;=20added=20further=20functi?= =?UTF-8?q?onality=20to=20Bundle=20Editor=20including=20the=20chance=20to?= =?UTF-8?q?=20drag=20a=20bundle=20from=20the=20table=20view=20to=20Finder?= =?UTF-8?q?=20which=20creates=20a=20complete=20foo.spBundle=20bundle=20fol?= =?UTF-8?q?der=20for=20exporting=20a=20Bundle=20easily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Source/SPBundleEditorController.h') 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 -- cgit v1.2.3