During my work I deal with many text files opened in Lister simultaneously.
Every Lister button on the taskbar displays
Lister > file path > and only then filename
And in my case filenames themselves cannot actually be seen.
Image: https://i.postimg.cc/76Y1LGCy/lister-forum.png
It's all a common obvious usability issue. Take a look here, for example. (Different product, same thing. Found while googling for a solution.)
Reorder taskbar title to say filename first
The problem is caused, I assume, by the fashion Lister names its windows. For instance, while viewing a picture file with Imagine plugin, Lister names its window (and therefore the taskbar button) like this:
Lister (imagine) - [d:\STUFF\picture.png]
whereas it obviously (I assume I can speak on behalf of every sane user on that) should be something like:
picture.png [d:\STUFF\picture.png] Lister (imagine)
I realize that the suggestion is relevant mostly for Windows 7 and 10 users, as in Windows 11 the taskbar is completely different (and fukked up). I've also been kindly given a workaround with the following result:
Image: https://i.postimg.cc/HnzdFhSM/lister-forum-3.png
But Mr Ghisler, perhaps it's not good for Lister to have such obvious usability issue? Could you please fix it and make Lister, on its window title, display name of opened file first? (Just like it's done in Windows Notepad, Wordpad, etc)? Or at least implement that as an option.
Lister's window title / taskbar button - display filename first
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 26
- Joined: 2016-08-15, 14:27 UTC
Lister's window title / taskbar button - display filename first
Last edited by Amitabha613 on 2024-03-15, 11:22 UTC, edited 3 times in total.
Re: Lister buttons on the taskbar - display file names first
It can be n option, you should make a suggestion.
in the meantime, you can use a powerpro or autohotkey or auto-it or ... script to change the title of the lister window using settext (WM_SETTEXT) . This should cover your need.
what should be done, get all widows with "lister *" caption, get current caption and transform to get and set new titlebar text. It can be a hit as you need script using a button inside TC or a scheduled or bg task started with TC.
in the meantime, you can use a powerpro or autohotkey or auto-it or ... script to change the title of the lister window using settext (WM_SETTEXT) . This should cover your need.
what should be done, get all widows with "lister *" caption, get current caption and transform to get and set new titlebar text. It can be a hit as you need script using a button inside TC or a scheduled or bg task started with TC.
Re: Lister buttons on the taskbar - display file names first
2Amitabha613
TC x32 + tlister. Instead of a tasbar, a tab bar with file names is used.
TC x32 + tlister. Instead of a tasbar, a tab bar with file names is used.
Overquoting is evil! 👎
Re: Lister's window title / taskbar button - display filename first
Moderator message from: white » 2024-03-13, 17:15 UTC
OP requested original post in English forum to be deleted because he made a similar post in the Suggestions forum.
Because people replied already to that post, I instead changed the post to the one in Suggestions and moved the thread to suggestions.
Because people replied already to that post, I instead changed the post to the one in Suggestions and moved the thread to suggestions.
-
- Junior Member
- Posts: 26
- Joined: 2016-08-15, 14:27 UTC
Re: Lister buttons on the taskbar - display file names first
Not an option, I'm afraid. That's a no x64 plugin, and the reviews say it's buggy.Fla$her wrote: 2024-03-12, 06:11 UTC TC x32 + tlister. Instead of a tasbar, a tab bar with file names is used.
Thank you, using Autohotkey was helpful indeed. But still, it's just a workaround, you know.nsp wrote: 2024-03-12, 05:00 UTC It can be n option, you should make a suggestion.
in the meantime, you can use a powerpro or autohotkey or auto-it or ... script to change the title of the lister window using settext (WM_SETTEXT) . This should cover your need.
Re: Lister buttons on the taskbar - display file names first
I'm staying on x32 because of many plugins, so it's not a problem for me.Amitabha613 wrote: 2024-03-13, 18:22 UTC Not an option, I'm afraid. That's a no x64 plugin, and the reviews say it's buggy.
If there are few tabs, then there are usually no bugs.
Overquoting is evil! 👎