The table viewer currently doesn't support copying its contents. Add this functionality.
Analysis:
The intuitive keyboard shortcut CTRL-C is probably intercepted by the menu item. This has to be changed to: check, if the current editor has focus and proceed, otherwise skip the event. Then this can be included as an OnKeyDown event for the table viewer, which connects to the clipboard.
Implementation:
The check was implemented as proposed by the analysis. However, it seems that it's useless. The functionality is now connected with Ctrl-Shift-C as in it's already used in the console. The Ctrl-C issue is to be investigated.
Documentation:
To be defined. Depends, if it's possible to Ctrl-C as shortcut.
Tests:
The functionality works and a minor deviation was solved. However, this component was merged with the table editor. Further deviations will be tracked in a new ticket.
Anonymous
Diff:
Diff:
Diff:
Diff: