Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Trace Compass/News/NewIn11

< Trace Compass
Revision as of 14:40, 22 June 2015 by Bernd.Hufmann.ericsson.com (Talk | contribs) (Created page with "= Events table enhancements = == Support for hiding of columns == The table columns can be hidden or restored by right-clicking on any column header and clicking on an item in...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Events table enhancements

Support for hiding of columns

The table columns can be hidden or restored by right-clicking on any column header and clicking on an item in the context menu to toggle its state. Clicking Show All will restore all table columns.

TraceCompassHideColumns.png

Refer to chapter Customization of the User Guide for detailed information about the feature.

Copy to Clipboard

The text of selected events can be copied to the clipboard by right-clicking on the table and selecting Copy to Clipboard in the context menu. The clipboard contents will be prefixed by the column header names. For every event in the table selection, the column text will be copied to the clipboard. The column text will be tab-separated. Hidden columns will not be included in the clipboard contents.

TraceCompassCopyToClipboard.png

Copy to Clipboard

Periodic update during scrollbar drag in Events Table

The Events Table is now updated periodically when dragging the scrollbar.

Support of compressed traces

It's now possible to import a gzip-compressed trace directly that is not in a tar container.

Back to the top