-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add option to show full path in titlebar #429
Conversation
There might be a more lean solution for construct QFileInfo(self.currentTab.fileName).filePath() Option takes effect on changing tabs
btw -- while doing this I noticed to see the full file-path also as tab-tooltip :-) |
So do you still want this option, or a tooltip is enough? |
I don't urgently need this and therefore implemented with an option. |
1542695
to
2455580
Compare
1542695
to
1b3a056
Compare
Thanks! I think “window title” is a better term than “title bar”, since it may not be actually a bar in some environments. So I changed the term, including the configuration option name, and merged. |
'window title' is far better and unambiguous. Thank you. |
There might be a more lean solution for the construct
QFileInfo(self.currentTab.fileName).filePath()
Option takes effect on changing tabs