aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-25 09:00:02 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-25 09:00:02 +0000
commit6a4fab961e1efd1f8eb55aa2806f17cde027f36c (patch)
tree9e3c5776b20deaba488b031ab29a29954cfc4e7d /Source/SPBundleEditorController.h
parentf51f2b3d87a59a94d5bc16850debfec5128b50ed (diff)
downloadsequelpro-6a4fab961e1efd1f8eb55aa2806f17cde027f36c.tar.gz
sequelpro-6a4fab961e1efd1f8eb55aa2806f17cde027f36c.tar.bz2
sequelpro-6a4fab961e1efd1f8eb55aa2806f17cde027f36c.zip
• further work on Bundle Editor's outline view
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index b5001e0c..4a2468e0 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -43,12 +43,14 @@
IBOutlet NSPopUpButton* outputPopupButton;
IBOutlet NSPopUpButton* scopePopupButton;
IBOutlet NSButton *removeButton;
+ IBOutlet NSButton *addButton;
IBOutlet NSMenuItem *duplicateMenuItem;
IBOutlet NSMenuItem *revealInFinderMenuItem;
IBOutlet SRRecorderControl *keyEquivalentField;
IBOutlet NSTreeController *commandBundleTreeController;
NSMutableArray *commandBundleArray;
+ NSMutableArray *touchedBundleArray;
NSMutableDictionary *commandBundleTree;
NSString *bundlePath;