Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Change trace name in tracecompass and label for view bars.

Hi Yonghong,

On 2019-02-28 8:53 a.m., Yonghong Yan wrote:

Thank you. 

I used rename button from the pop menu. After changing the name, the review are gone.
What do you mean the review are gone? Did you open the newly renamed trace? It should work...



Second, is there a way to add label to the view bar, similar as the label in those bars in the state system explorer?

yes, in your entry element in the xml, you can add displayText="true" to display the label in the bars:

<entry path="myPath/*" displayText="true">

...

</entry>


Cheers,

Geneviève


Back to the top