Whenever I review the list of suggested leftovers to remove, I tend to look through their paths to make sure that they are indeed related to a program I just removed.
The problem is that very often their path lengths are way bigger than the available screen space on my laptop, and I have to resize the path column manually to see the end of the path.
I suggest either changing the row width so that it is able to wrap long string or truncate these paths somewhere in the middle so that only the beginning and the end of them are shown, and the rest is replaced with: '...'.
Either of the suggested variants can be optional, with the possibility to enable it in the program settings.
I've tried before but couldn't find any good way of doing it. I checked again and it would require modifying how ObjectListView renders the entries, which makes this a very low priority.
Whenever I review the list of suggested leftovers to remove, I tend to look through their paths to make sure that they are indeed related to a program I just removed.
The problem is that very often their path lengths are way bigger than the available screen space on my laptop, and I have to resize the path column manually to see the end of the path.
I suggest either changing the row width so that it is able to wrap long string or truncate these paths somewhere in the middle so that only the beginning and the end of them are shown, and the rest is replaced with: '...'.
Either of the suggested variants can be optional, with the possibility to enable it in the program settings.