aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index a6566e07..b5001e0c 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -25,6 +25,7 @@
#import <Cocoa/Cocoa.h>
#import <ShortcutRecorder/ShortcutRecorder.h>
#import "SPBundleCommandTextView.h"
+#import "SPOutlineView.h"
@class SRRecorderControl;
@@ -32,6 +33,7 @@
IBOutlet id commandTextView;
IBOutlet NSTableView* commandsTableView;
+ IBOutlet id commandsOutlineView;
IBOutlet NSTextField* nameTextField;
IBOutlet NSTextField* tootlipTextField;
IBOutlet NSTextField* categoryTextField;
@@ -45,9 +47,10 @@
IBOutlet NSMenuItem *revealInFinderMenuItem;
IBOutlet SRRecorderControl *keyEquivalentField;
- IBOutlet NSArrayController *commandBundleArrayController;
+ IBOutlet NSTreeController *commandBundleTreeController;
NSMutableArray *commandBundleArray;
-
+ NSMutableDictionary *commandBundleTree;
+
NSString *bundlePath;
NSString *draggedFilePath;
NSString *oldBundleName;