From b0699390ce20fa73ddbb704b4532a10716ae9cab Mon Sep 17 00:00:00 2001 From: avenjamin Date: Fri, 5 Dec 2008 16:22:43 +0000 Subject: TableDump --- Field mapping when importing CSV file now makes more sense. You can import data into multiple columns in the table. Known Issue: changing table while field mapping doesn't work. Select the table first before importing TableContent --- Partially solves issue where label at bottom "x of y rows selected" wasn't being updated TablesList --- Moved table delegate methods under correct pragma mark --- TableContent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TableContent.h') diff --git a/TableContent.h b/TableContent.h index 5302a174..64a57060 100644 --- a/TableContent.h +++ b/TableContent.h @@ -121,6 +121,8 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn //tableView delegate methods - (void)tableView:(NSTableView*)tableView didClickTableColumn:(NSTableColumn *)tableColumn; - (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView; +- (void)tableViewSelectionDidChange:(NSNotification *)aNotification; +- (void)tableViewSelectionIsChanging:(NSNotification *)aNotification; - (void)tableViewColumnDidResize:(NSNotification *)aNotification; - (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex; - (BOOL)tableView:(NSTableView *)tableView writeRows:(NSArray*)rows toPasteboard:(NSPasteboard*)pboard; -- cgit v1.2.3