NickHugi / PyKotor

A Python library that can read and modify most file formats used by the game Knights of the Old Republic and its sequel.
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Change FileResults displayed items #65

Closed th3w1zard1 closed 6 months ago

th3w1zard1 commented 6 months ago

The FileResults show the filename only. Hovering over does show the filepath in a tooltip but that's not intuitive at first, especially when the results contain duplicate filenames. This PR will now display files as the following:

image

Shows the parent, a very simple PR.