diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-06 08:58:38 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-06 08:58:38 +0000 |
commit | dbbcc4144a7abef479ae9982563ed3a1cbdb725c (patch) | |
tree | dada74139078c8eaf3f33875993a73b4317b5e4d /Source/SPAppController.h | |
parent | 3de284fa904c295f306ec047fc29289399424836 (diff) | |
download | sequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.tar.gz sequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.tar.bz2 sequelpro-dbbcc4144a7abef479ae9982563ed3a1cbdb725c.zip |
• finished implementation of SPChooseMenuItemDialog
• simplified bundle command handling and handling for bundle commands which have the same key equivalent to be able to group similar bundle commands
• minor code improvements
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 8626148d..938a6423 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -34,8 +34,7 @@ IBOutlet NSWindow* bundleEditorWindow; BOOL isNewFavorite; - BOOL stopKeyDownListener; - + SPAboutController *aboutController; SPPreferenceController *prefsController; SPBundleEditorController *bundleEditorController; @@ -55,8 +54,12 @@ NSMutableArray *runningActivitiesArray; + NSString *lastBundleBlobFilesDirectory; + } +@property (readwrite, retain) NSString *lastBundleBlobFilesDirectory; + - (IBAction)bundleCommandDispatcher:(id)sender; // Window management @@ -113,6 +116,4 @@ - (void)addHTMLOutputController:(id)controller; -- (void)keyDownListener; - @end |