-
-
Notifications
You must be signed in to change notification settings - Fork 431
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 display file path in title bar #1417
Comments
An issue is that the window title space with the toolbar is not wide enough to put the long file path. Likewise, the title space for tabbed windows. |
How about something like Finder is doing: Expand on hover. Screen.Recording.2023-01-30.at.17.46.26.mov |
That is exactly the standard behavior on the unified type toolbar presentation when the title is long. |
A simpler solution would be to just hardcode clipping the path on the left side. That should be easy to implement by just getting the available size in the title bar. Let me know when you found something :) |
Is your feature request related to a problem? Please describe.
Option to enable displaying the currently opened file path in the title bar.
I know about #1346 but it is not clear to me, why such a feature is not implemented. A lot of other text editors provide this feature, and it is in fact essential when comparing files with the same name.
I think I will make a PR to implement this. Just let me know if it would be accepted.
Describe the solution you'd like
Display the path in the title bar.
Describe alternatives you've considered
I know about the path in the info sidebar. But I don't want to have a side bar open which uses a lot of space just for that small info.
The text was updated successfully, but these errors were encountered: