Klocman / Bulk-Crap-Uninstaller

Remove large amounts of unwanted applications quickly.
https://www.bcuninstaller.com/
Apache License 2.0
12.72k stars 619 forks source link

Feature request: changes to removal of leftovers confirmation window #634

Open Alex-V69 opened 3 months ago

Alex-V69 commented 3 months ago

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.

Klocman commented 3 months ago

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.