Feature #1103

Mis à jour par Matthieu Decorde il y a presque 6 ans

FR : commande 'Cloner la vue' -> duplique entièrement l'éditeur pour que l'utilisateur puisse explorer une configuration de vues particulière sans altérer la vue courante

La commande est disponible depuis : SJ: should this feature be introduced to all the editors in TXM?

Prerequisite: add function to clone a TXMResult.

h3. Solution

* implement ITXMResult.clone()

* l'onglet de l'éditeur du TXMResult create and add a command "Clone result" in plugin.xml visible on instanceof ITXMREsult test
* la toolbar de l'éditeur du TXMResult
add a button to the TXMEditor tool bar to clone the result from the editor and open the new editor?

Retour