Tooltips of some editors don't seem to be refreshed as expected
Tooltip shows (5,4) for a CA (2,4) plan:
Actually, it seems the tooltip is initialized only at editor creation.
Need to manually refresh it in org.txm.rcp.editors.TXMEditor.refresh(boolean) as for the part name, if possible. The tooltip is created here: org.txm.rcp.editors.TXMResultEditorInput.getToolTipText()
Edited by Sébastien Jacquot