Bug #2421

Mis à jour par Matthieu Decorde il y a plus de 6 ans

FR - AL:

Si on a fait une erreur en tapant une référence et qu'on veut la supprimer ou fusionner il faut penser à déselectionner déselctionner la mention concernée. Sinon la référence erronée persiste après la modification de la structure.

Si on lance une macro qui créé/supprime des annotations la fenêtre Édition n'est pas au courant des modifications



h3. Solution 0

Close TXM annotation interface when calling URS macros and when opening annotation structure

h3. Solution 1

Deselect units when the annotation structure is edited.

h3. Solution 2

The modification of the corpus annotation structure is applied to:
* delete a value -> the corpus annotations properties with that value are removed
* modify a value -> the corpus annotations properties with that value are updated with the new value
* delete a value -> the annotations properties widgets with that value are removed
* modify a value -> the annotations properties widgets with that value are updated with the new value

Retour