13 Commits

Author SHA1 Message Date
8b053ac80b Insert selected file to recent list only in file mode, not also in copy mode. Also, move that code from FormDestroy to btnOKClick, as it accesses a file list and the dialog instance could also be reused after pressing ok. 2011-05-01 22:27:43 +00:00
5064ba010e Set the right encoding in HTML and XML output, now that the user can select his preferred encoding. 2011-05-01 21:48:21 +00:00
1080a1f850 Auto-select format by file extension, also when picking a recently used file and file open dialog was in "All files" mode. 2011-05-01 10:33:21 +00:00
08d5d4fa9e Apply newer font hack to export dialog 2011-05-01 06:13:34 +00:00
63922c3325 Forgot to make column lengths public in previous commit. 2011-05-01 06:03:12 +00:00
de4f951b68 Display size of rows to export in "Row selection" radio buttons. 2011-05-01 05:58:55 +00:00
e0f72be96f Add some more common CSV control characters to the drop down menu. 2011-05-01 05:36:07 +00:00
03fe3bd0e7 Fix another minor bug when loading previously used CSV control characters. 2011-05-01 05:24:53 +00:00
0f76a73fc5 Tweak list of recently used files:
* Only add if OK was clicked
* Add check mark to selected filename
* Limit list to 10 items
* Bring some procedures into the right order
2011-04-30 06:41:47 +00:00
5fe4b3bbc6 Display actually used control characters even if they cannot be changed, so the user sees exactly what's happening. 2011-04-30 06:06:52 +00:00
bf32478302 Display number of rows (selected + all), to help the user deciding. 2011-04-30 05:21:45 +00:00
1e6c79372e Excel tweak, see http://www.heidisql.com/forum.php?t=8226 2011-04-30 04:44:32 +00:00
3c11e6c5a8 Introduce a separate dialog for all "copy grid data as .." actions, including the file export. Fixes issue #1499. 2011-04-28 07:33:49 +00:00