aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-01-22 17:14:03 +0000
committerstuconnolly <stuart02@gmail.com>2013-01-22 17:14:03 +0000
commit9ab31cc5b60bf0e4519c989a3e9d213da50f888d (patch)
tree5e2967e092096dd830351a222cfe65d008d41fbd /Source/SPBundleEditorController.h
parente2cc9e1953a142f182714fb02d7eca028398e368 (diff)
downloadsequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.tar.gz
sequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.tar.bz2
sequelpro-9ab31cc5b60bf0e4519c989a3e9d213da50f888d.zip
Remove useless init and dealloc method comments and perform general tidy up.
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index acdd60db..8a251d73 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -75,14 +75,16 @@
IBOutlet NSTableView *undeleteTableView;
IBOutlet NSTreeController *commandBundleTreeController;
+
NSMutableArray *touchedBundleArray;
+ NSMutableArray *deletedDefaultBundles;
NSMutableDictionary *commandBundleTree;
NSSortDescriptor *sortDescriptor;
+ NSUndoManager *esUndoManager;
NSString *bundlePath;
NSString *draggedFilePath;
NSString *oldBundleName;
- BOOL isTableCellEditing;
NSMenu *inputGeneralScopePopUpMenu;
NSMenu *inputInputFieldScopePopUpMenu;
@@ -108,16 +110,13 @@
NSArray *triggerDataTableArray;
NSArray *triggerGeneralArray;
NSArray *withBlobDataTableArray;
-
+ NSArray *shellVariableSuggestions;
+
BOOL doGroupDueToChars;
BOOL allowUndo;
BOOL wasCutPaste;
BOOL selectionChanged;
- NSUndoManager *esUndoManager;
-
- NSArray *shellVariableSuggestions;
-
- NSMutableArray *deletedDefaultBundles;
+ BOOL isTableCellEditing;
}
- (IBAction)inputPopupButtonChanged:(id)sender;