Feature #3222
default Edition, format word properties tooltip as bulleted list
Statut: | New | Début: | 10/02/2022 | ||
---|---|---|---|---|---|
Priorité: | High | Echéance: | |||
Assigné à: | - | % réalisé: | 70% |
||
Catégorie: | Edition | Temps passé: | - | ||
Version cible: | TXM 0.8.4 |
Description
Currently the word properties tooltip is formated as a comma separated list, which is less readable than a bulleted list, especially when words have many properties.
Take the opportunity of reformating to add the word identifier in the tooltip.
Solution¶
Replace the current HTML code (first word of VOEUX corpus as example):
<span title="n=1, frpos=PRP, frlemma=pour, phase=début" id="w_0001_1">Pour</span>
by
<span title="- n : 1
- frpos : PRP
- frlemma : pour
- phase : début
- id : w_0001_1" id="w_0001_1">Pour</span>
Ce qui s'affiche comme ceci :
- n : 1 - frpos : PRP - frlemma : pour - phase : début - id : w_0001_1
Ou encore mieux comme ceci (prendre le nom de propriété le plus grand pour choisir la largeur d'affichage des noms de propriétés avec le format '- %7s : ...') :
- n : 1 - frpos : PRP - frlemma : pour - phase : début - id : w_0001_1
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 3 ans
- Version cible changé de TXM 0.8.4 à TXM 0.8.2
- % réalisé changé de 0 à 70
#2 Mis à jour par Serge Heiden il y a plus de 3 ans
- Description mis à jour (diff)
#3 Mis à jour par Serge Heiden il y a plus de 3 ans
- Description mis à jour (diff)
#4 Mis à jour par Matthieu Decorde il y a plus de 2 ans
- Version cible changé de TXM 0.8.2 à TXM 0.8.3
#5 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Version cible changé de TXM 0.8.3 à TXM 0.8.4