Task #3331

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

Currently the 'Properties' entry of the contextual menu of an edition page displays the 'current page' properties in the console:
<pre>
Fichier :
path=/home/sheiden/TXM-0.8.2/corpora/VOEUX/HTML/VOEUX/default/0001_1.html
size=46 kb
rights: read=true write=true execute=false

</pre>

When the contextual menu is opened over a word, one could think that the properties of the word will be displayed.

h3. Solution A


see #3333

h3. Solution B

Implement the semantics of the 'Properties' command according to the elements located under the mouse when the contextual menu is opened:
- over a word = word properties
- over a metadata line in the first page = text metadata (properties), including number of pages in the edition
- not over a word = page properties

Retour