We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when opening multiple maps with the same file name, <n> is automatically appended to the tab title text.
<n>
The changed behavior would allow the user to more conveniently distinguish between open maps.
The changed appearance for opened maps with the same file name should be either
FileName @ FolderName
or FileName @ FolderName.
The folder name chosen would be the one closest to the file whose name is different; for example, for C:\x\a\f\ and C:\y\z\b\f\ it would be a and b.
C:\x\a\f\
C:\y\z\b\f\
a
b
All tab names would be updated when a tab has been changed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when opening multiple maps with the same file name,
<n>
is automatically appended to the tab title text.The changed behavior would allow the user to more conveniently distinguish between open maps.
The changed appearance for opened maps with the same file name should be either
or
FileName @ FolderName
.The folder name chosen would be the one closest to the file whose name is different; for example, for
C:\x\a\f\
andC:\y\z\b\f\
it would bea
andb
.All tab names would be updated when a tab has been changed.
The behavior would be very similar to the Windows Explorer extension QTTabBar.
The text was updated successfully, but these errors were encountered: