Feature #1284
Mis à jour par Sebastien Jacquot il y a presque 3 ans
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?)
Also add a way to make selectable and copyable the labels in JFC charts (and in R charts ?)
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 in an image viewer
- use "Copier la vue dans le presse-papier" from editor toolbar to copy to clipboard and paste in an image viewer
- use "Copier la vue dans le presse-papier" from editor context menu to copy to clipboard and paste in 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 in an image viewer
- use "Copier la vue dans le presse-papier" from editor toolbar to copy to clipboard and paste in an image viewer
- use "Copier la vue dans le presse-papier" from editor context menu to copy to clipboard and paste in 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.cbp.ens-lyon.fr/redmine/issues/3292.
Also add a way to make selectable and copyable the labels in JFC charts (and in R charts ?)
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 in an image viewer
- use "Copier la vue dans le presse-papier" from editor toolbar to copy to clipboard and paste in an image viewer
- use "Copier la vue dans le presse-papier" from editor context menu to copy to clipboard and paste in 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 in an image viewer
- use "Copier la vue dans le presse-papier" from editor toolbar to copy to clipboard and paste in an image viewer
- use "Copier la vue dans le presse-papier" from editor context menu to copy to clipboard and paste in 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.cbp.ens-lyon.fr/redmine/issues/3292.