Enable wordwrap in summary labels

Authored by mwolff on Feb 21 2017, 8:23 AM.

Description

Enable wordwrap in summary labels

When we encounter long debuggee command lines, we used to put them
into one line. This increased the minimal width of the mainwindow,
which could even expand beyond the screen dimensions, making parts
of the window invisible.

By enabling wordwrap, we can break the command line after every
argument. Additionally, to cope with extremely long arguments,
we add zero-width spaces after every 50 word characters, to enable
word wrap at these places.

BUG: 376741

Details

Committed
mwolffFeb 21 2017, 8:42 AM
Parents
R45:75bf1ffbd34a: Document how to contribute to heaptrack
Branches
Unknown
Tags
Unknown