RCP: 0.7.7, add a way to copy and paste the chart view directly with OS native copy/paste commands/shortcuts
Add a way to copy and paste the chart view directly with OS native copy/paste commands/shortcuts (and through contextual menu and/or tool bar?)
UPDATE 2022-10-05:
Done since TXM 0.8.1.
Implemented for Swing Composite and SVG Batik Composite.
Not done for Raster Composite.
Validation tests:
- create non CA chart with JFreeChart Engine + JFreeChart/Java2D display mode
- use CTRL-C/CMD-C to copy to clipboard and paste to an image viewer
- use “Copier la vue dans le presse-papier” from editor toolbar to copy to clipboard and paste to an image viewer
- use “Copier la vue dans le presse-papier” from editor context menu to copy to clipboard and paste to an image viewer
- the pasted result should display the same view (cropped and zoomed) than the editor
- create non CA chart with R Engine
- use CTRL-C/CMD-C to copy to clipboard and paste to an image viewer
- use “Copier la vue dans le presse-papier” from editor toolbar to copy to clipboard and paste to an image viewer
- use “Copier la vue dans le presse-papier” from editor context menu to copy to clipboard and paste to an image viewer
- the pasted result should display the same view (cropped and zoomed) than the editor
SJ: Windows 10 OK
Does not work for CA due to the multi-editor, see http://forge.cbens-lyon.fr/redmine/issues/3292.
(from redmine: issue id 1284, created on 2015/03/25 by Sebastien Jacquot)