theia-trace-extension
theia-trace-extension copied to clipboard
Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-comp...
When we want to search the event table, we currently have a functionality that highlights the searched text among all entries. I think it would be beneficial to add another...
- Use FilterTree - Add tooltips to TreeNode and TableCell - Enable sorting and filter fixes #1113 Signed-off-by: Bernd Hufmann
Trace Compass's Trace Servers are getting more and more views. This is a positive, but now we must manage the views in a better way than just a simple list....
If a trace is opened with a timegraph that contains Marker annotations, the Markers filter toolbar button appears on the trace viewer toolbar. If the browser tab is closed then...
Including updating the various Theia framework packages used in the example app, to the same version used in the viewer (v1.49.1)
The [Docker example application](https://github.com/eclipse-cdt-cloud/theia-trace-extension/tree/master/examples/docker) is meant to be stable, and so it does not use the latest `theia-traceviewer` extension, built from master, but rather a [hardcoded, npm-published older version](https://github.com/eclipse-cdt-cloud/theia-trace-extension/blob/master/examples/docker/example-package.json#L24) known...
This is intermittent and may not be easy to reproduce. It seems to only happen a fraction of the time, when one opens a trace without having the trace server...
If a chart has a tree with a partially selected branch, deselect them rather than selecting everything. It will improve performance and remove visual clutter.
Some X-Y plots can have 1000+ entries. It would be good to offer a way to always access the filter. (Scrolling down hides the filter box)
This would create a legend. It would be nice for a table next to the x-y plot to display a box with the color of the series it is associated...