Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to hide/truncate file path in header #154

Open
blackboxlogic opened this issue Apr 5, 2022 · 3 comments
Open

Option to hide/truncate file path in header #154

blackboxlogic opened this issue Apr 5, 2022 · 3 comments

Comments

@blackboxlogic
Copy link

First, this tool is awesome. Thank you for making/maintaining it.

I'm comparing three (or more) files which have long file names and a long path.
image
But I can't tell which file is which because the file path/name is too long, and it cuts off the most important part (the file name).

I want to be able to see the file name even when the path is long.

Possible solutions:

  • Add a preference to only show the file name there (and hide the path)
  • Make that text overflow left instead of right
  • Detect that the text is overflowing and elide (...) the start of the path.
@joyously
Copy link

joyously commented Apr 5, 2022

I agree! (it's a great tool and the name is often cut off)

Perhaps it would help to omit the parts of the path that match. I often have the same named file in two different folders and can't tell them apart.

@MightyCreak
Copy link
Owner

MightyCreak commented Apr 5, 2022

Hi @blackboxlogic ! Thanks for opening an issue!

I agree that this is not great, I'll see what I can do.

I see also that you are using Windows. Which version of Diffuse are you using right now? (I wonder because since I can't maintain the Windows version anymore, it's possible that you are running an old version)

@blackboxlogic
Copy link
Author

I'm on version 0.4.8. I didn't realize the Windows version was EOL but I just found #144.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants