diff options
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 13 |
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; |