From a6c17dfdaa46f413ee8aee6d39904eb89454f813 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 9 Dec 2008 00:08:35 +0000 Subject: - Partial fix for issue #109 by making the option to 'Autodetect' character encoding specific to each table - Added the selected table's character encoding to the table information pane and removed the table's name --- TableDocument.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TableDocument.h') diff --git a/TableDocument.h b/TableDocument.h index ac20b335..62798b2d 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -134,7 +134,8 @@ //encoding methods - (void)setEncoding:(NSString *)encoding; -- (void)detectEncoding; +- (void)detectDatabaseEncoding; +- (void)detectTableEncodingForTable:(NSString *)table; - (IBAction)chooseEncoding:(id)sender; - (BOOL)supportsEncoding; - (void)updateEncodingMenuWithSelectedEncoding:(NSString *)encoding; @@ -214,9 +215,6 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex; -//for freeing up memory -- (void)dealloc; - @end extern NSString *TableDocumentFavoritesControllerSelectionIndexDidChange; -- cgit v1.2.3