diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-09-03 08:55:57 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-09-03 08:55:57 +0000 |
commit | 58547cd1044df7a4d28a6007d4ff85d7b09ca399 (patch) | |
tree | 968ea2ca18225f5059341dffb865464928b07737 /Source/TableDocument.h | |
parent | 5a2bb9490deb817a3e5e2e1b838fccb55857bd3f (diff) | |
download | sequelpro-58547cd1044df7a4d28a6007d4ff85d7b09ca399.tar.gz sequelpro-58547cd1044df7a4d28a6007d4ff85d7b09ca399.tar.bz2 sequelpro-58547cd1044df7a4d28a6007d4ff85d7b09ca399.zip |
• fixed issue if a SPF file contains non-valid URL character like space, etc.
• each new connection which is non-SPF file-based gets the document name "Untitled x"
• prepared SPQueryConsole to manage all query favorite and history data application-wide
• minor code fixes and renaming issues
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index fc99bf23..09401cea 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -143,8 +143,9 @@ enum sp_current_query_mode NSString *queryEditorInitString; NSDictionary *spfSession; + NSDictionary *spfPreferences; NSMutableDictionary *spfDocData; - + } - (NSString *)getHTMLforPrint; @@ -203,7 +204,7 @@ enum sp_current_query_mode - (void)refreshCurrentDatabase; - (void)saveConnectionPanelDidEnd:(NSSavePanel *)panel returnCode:(int)returnCode contextInfo:(void *)contextInfo; - (IBAction)validateSaveConnectionAccessory:(id)sender; -- (void)saveSPFtoFile:(NSString *)fileName saveInBackground:(BOOL)saveInBackground saveOnlyPreferences:(BOOL)saveOnlyPreferences; +- (void)saveDocumentWithFilePath:(NSString *)fileName inBackground:(BOOL)saveInBackground onlyPreferences:(BOOL)saveOnlyPreferences; - (IBAction)closePasswordSheet:(id)sender; // Getter methods |