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 https://groupes.renater.fr/wiki/txm-info/public/specs_concordance#recherche
Be User should be able to edit a delete concordance lines by deleting concordance lines
h3. Solution
*implementation*
Use pressing the "delete" CQL operator.
MATCH_INDEX {0, number of matches "Suppr" keyboard key or selecting the "Delete line(s)" 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" menu entry
#* menu: not available
entry.
Be User should be able to edit a delete concordance lines by deleting concordance lines
h3. Solution
*implementation*
Use pressing the "delete" CQL operator.
MATCH_INDEX {0, number of matches "Suppr" keyboard key or selecting the "Delete line(s)" 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" menu entry
#* menu: not available
entry.