diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 09:15:42 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-24 09:15:42 +0000 |
commit | ed0e2e03219746667d71b9cccc72c2958bdd4d12 (patch) | |
tree | 61edecd7bcf1bd7a24cc1bb9938d63332a8892ae /Source/SPDatabaseDocument.h | |
parent | 797cb978a774945882fbbeab4623349975c65c84 (diff) | |
download | sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.tar.gz sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.tar.bz2 sequelpro-ed0e2e03219746667d71b9cccc72c2958bdd4d12.zip |
• further progress to support "Save Session" (all opened windows plus including tabs connections)
- loop through all windows and for each window through all tabs and save all untitled doc within the bundle named via UUIDs and all opened spf files
• added the SPStringAddition method +[NSString stringWithNewUUID] which returns a new UUID string
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 36070bc4..8e93a884 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -270,7 +270,7 @@ - (void)refreshCurrentDatabase; - (void)saveConnectionPanelDidEnd:(NSSavePanel *)panel returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; - (IBAction)validateSaveConnectionAccessory:(id)sender; -- (BOOL)saveDocumentWithFilePath:(NSString *)fileName inBackground:(BOOL)saveInBackground onlyPreferences:(BOOL)saveOnlyPreferences; +- (BOOL)saveDocumentWithFilePath:(NSString *)fileName inBackground:(BOOL)saveInBackground onlyPreferences:(BOOL)saveOnlyPreferences contextInfo:(NSDictionary*)contextInfo; - (IBAction)closePasswordSheet:(id)sender; - (IBAction)backForwardInHistory:(id)sender; - (IBAction)showUserManager:(id)sender; |