diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-17 10:40:21 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-17 10:40:21 +0000 |
commit | dc01911fd5987bb4a3213b2c6637326d9dd8c94d (patch) | |
tree | 47107a0f02a5320701e48e64ed684761b43c143d /Source/SPFieldMapperController.h | |
parent | 72c4522db57b9699e1dc324f62dbeb036405f2c6 (diff) | |
download | sequelpro-dc01911fd5987bb4a3213b2c6637326d9dd8c94d.tar.gz sequelpro-dc01911fd5987bb4a3213b2c6637326d9dd8c94d.tar.bz2 sequelpro-dc01911fd5987bb4a3213b2c6637326d9dd8c94d.zip |
• csv file import mapper
- added button "Go Back" ⌥← to go back to the file chooser (mainly for correcting delimiter etc.)
- improved selecting csv file columns for the case that column was set as 'Do not import'; now if set to 'Do not import' the value is hidden, click the user on it the popup menu appears and the operator is set to 'Do import' automatically
• TableDump now remembers the last chosen csv file name
Diffstat (limited to 'Source/SPFieldMapperController.h')
-rw-r--r-- | Source/SPFieldMapperController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h index 4b9a3178..8a2caf15 100644 --- a/Source/SPFieldMapperController.h +++ b/Source/SPFieldMapperController.h @@ -92,6 +92,7 @@ - (IBAction)stepRow:(id)sender; - (IBAction)addGlobalSourceVariable:(id)sender; - (IBAction)closeSheet:(id)sender; +- (IBAction)goBackToFileChooser:(id)sender; // Others - (void)matchHeaderNames; |