Add an extra option to the dialog of Copy As from the Grid Results.
If the option is selected, then there should be a line feed after each end of row from the selected block.
|
80 KB
what is it supposed to do?
Added "One line per table row" checkbox.
I have a few comments though.
1. the user may have several frequently used configurations - we only support one. So if the user has to switch, let's say between {a,b,c} and "a"; "b"; "c"; then this dialog has to be edited each time, as we only persist one configuration. Instead, we should retain several configurations, allowing the user a choice between something she previously did or a completely new configuration.
2. The current set of options is rather narrow. For example, the user currently can not do this:
2a.
{ a1, b1, c1 },
{ a2, b2, c2 }
2b.
"a1", "b1",
"a2", "b2
Added "One line per table row" checkbox.
I have a few comments though.
1. the user may have several frequently used configurations - we only support one. So if the user has to switch, let's say between {a,b,c} and "a"; "b"; "c"; then this dialog has to be edited each time, as we only persist one configuration. Instead, we should retain several configurations, allowing the user a choice between something she previously did or a completely new configuration.
2. The current set of options is rather narrow. For example, the user currently can not do this:
2a.
{ a1, b1, c1 },
{ a2, b2, c2 }
2b.
"a1", "b1",
"a2", "b2
I wonder if a preview would be useful here...
I wonder if a preview would be useful here...
Issue #6092 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 10.0.0 |
No time estimate |
what is it supposed to do?