Feature #1103

Mis à jour par Sebastien Jacquot il y a plus de 8 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

SJ: should this feature be introduced to all the editors in TXM?

Prerequisite: add function to clone a TXMResult.

h3. Solution

* implement implements ITXMResult.clone()
* create and add a command "Clone result" in plugin.xml visible on instanceof ITXMREsult test
* add or not a button to the TXMEditor tool bar to clone the result from the editor and open the new editor?

Retour