diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 11:41:01 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 11:41:01 +0000 |
commit | cc24661e6566d5f35e092642fe1fd435b49ad385 (patch) | |
tree | 3d6c6746dbe9c69038a8534170ba8fff73e13f8e /Source/SPDatabaseDocument.h | |
parent | ed0e2e03219746667d71b9cccc72c2958bdd4d12 (diff) | |
download | sequelpro-cc24661e6566d5f35e092642fe1fd435b49ad385.tar.gz sequelpro-cc24661e6566d5f35e092642fe1fd435b49ad385.tar.bz2 sequelpro-cc24661e6566d5f35e092642fe1fd435b49ad385.zip |
• replaced @"sql" and @"spf" by their SPConstant definitions
• further Save Session progress
- store "saved as session accessory view data" globally to support "Save Session"
- delete global "saved as session accessory view data" if last SP window will be closed
- added to info.plist which tab is currently selected
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 8e93a884..e16a6b5c 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -146,6 +146,7 @@ BOOL _mainNibLoaded; BOOL databaseListIsSelectable; NSInteger _queryMode; + BOOL _isSavedInBundle; NSWindow *taskProgressWindow; BOOL taskDisplayIsIndeterminate; @@ -275,6 +276,7 @@ - (IBAction)backForwardInHistory:(id)sender; - (IBAction)showUserManager:(id)sender; - (IBAction)copyChecksumFromSheet:(id)sender; +- (void)setIsSavedInBundle:(BOOL)savedInBundle; - (void)showConsole:(id)sender; - (IBAction)showNavigator:(id)sender; @@ -292,6 +294,7 @@ - (NSString *)keyChainID; - (NSString *)connectionID; - (NSString *)tabTitleForTooltip; +- (BOOL)isSaveInBundle; // Notification center methods - (void)willPerformQuery:(NSNotification *)notification; |