There are alignment issues in the Watches and Instances columns. It's hard to tell why they sometimes seem aligned on one boundary and elsewhere on another, but I am guessing there are some tabulator boundaries messing up the formatting most of the time.
There is also the issue of the App column not being constrained in any way, overflowing into/pushing the content of the Watches column, like on on the lines containing (deleted).
The the overflowing text should probably be clipped on column width or the column width could be dynamically computed from the longest string in the app list to make room for even the longest one. Alternatively, one could just switch the columns around and have the App column as the last one, which would just avoid the entire issue :smile:
This was originally created as #4, but the fix that closed it only contained the padding fix for the PID column, so reposting the other half.
There are alignment issues in the
Watches
andInstances
columns. It's hard to tell why they sometimes seem aligned on one boundary and elsewhere on another, but I am guessing there are some tabulator boundaries messing up the formatting most of the time.There is also the issue of the
App
column not being constrained in any way, overflowing into/pushing the content of theWatches
column, like on on the lines containing(deleted)
.The the overflowing text should probably be clipped on column width or the column width could be dynamically computed from the longest string in the app list to make room for even the longest one. Alternatively, one could just switch the columns around and have the App column as the last one, which would just avoid the entire issue :smile:
This was originally created as #4, but the fix that closed it only contained the padding fix for the PID column, so reposting the other half.