From 58547cd1044df7a4d28a6007d4ff85d7b09ca399 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 3 Sep 2009 08:55:57 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20issue=20if=20a=20SPF=20file=20conta?= =?UTF-8?q?ins=20non-valid=20URL=20character=20like=20space,=20etc.=20?= =?UTF-8?q?=E2=80=A2=20each=20new=20connection=20which=20is=20non-SPF=20fi?= =?UTF-8?q?le-based=20gets=20the=20document=20name=20"Untitled=20x"=20?= =?UTF-8?q?=E2=80=A2=20prepared=20SPQueryConsole=20to=20manage=20all=20que?= =?UTF-8?q?ry=20favorite=20and=20history=20data=20application-wide=20?= =?UTF-8?q?=E2=80=A2=20minor=20code=20fixes=20and=20renaming=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableDocument.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/TableDocument.h') 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 -- cgit v1.2.3