Feature #1661
Mis à jour par Matthieu Decorde il y a plus de 9 ans
see specifications at https://groupes.renater.fr/wiki/txm-info/public/specs_concordance#edition_de_la_concordance
Be able to edit a concordance by deleting concordance lines
h3. Solution
*implementation*
Use the "delete" CQL operator.
MATCH_INDEX {0, number of matches in the sub-corpus}
<pre>
delete SUBCORPUSNAME MATCH_INDEX
</pre>
*ui*
# select the lines to delete
# call the DeleteLines command with:
#* key bindings: "DEL" or "BACKSPACE" keyboard key
#* contextual menu: "Delete"/"Supprimer" "Delete" menu entry
#* menu: not available
Be able to edit a concordance by deleting concordance lines
h3. Solution
*implementation*
Use the "delete" CQL operator.
MATCH_INDEX {0, number of matches in the sub-corpus}
<pre>
delete SUBCORPUSNAME MATCH_INDEX
</pre>
*ui*
# select the lines to delete
# call the DeleteLines command with:
#* key bindings: "DEL" or "BACKSPACE" keyboard key
#* contextual menu: "Delete"/"Supprimer" "Delete" menu entry
#* menu: not available