Page 2 of 6

Re: Directly show the list of folders of all open tabs

Posted: 2023-10-08, 12:15 UTC
by chandragor
Still no answer by Mr.Ghisler about this topic ? :( (I'm so sad) :(

Re: Directly show the list of folders of all open tabs

Posted: 2023-10-08, 19:12 UTC
by AntonyD
Probably it would be much more convenient and faster to get response - if the same wording of the problem you would create and in the BUGs sub-forum... Or move this topic there...

Re: Directly show the list of folders of all open tabs

Posted: 2023-10-09, 13:56 UTC
by chandragor
Maybe, but technically it's just a request for a future implementation, not a bug :)
It is just relevant for me (for me only ?) but it is not a malfunction of the program.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-22, 15:10 UTC
by white
white wrote: 2023-08-30, 11:34 UTC I would like it if you could switch between tab labels and full paths by activating the tabs list again. So pressing Ctrl+Shift+A twice would show full paths. And pressing Ctrl+Shift+A again would show tab labels again.
2ghisler(Author)
Thanks for implementing this:
HISTORY.TXT wrote: 09.01.24 Added: List of open tabs: Switch between tab title and tab directory with Ctrl+Shift+A (32/64)
However, I am a bit surprised by how you implemented it. That is, by a hard coded keyboard shortcut instead of when the function is activated again while already active.

This, for example, doesn't work: cm_SrcTabsList,cm_SrcTabsList
And suppose, instead of Ctrl+Shift+A, you assign Ctrl+Shift+B to start cm_SrcTabsList. Then, pressing Ctrl+Shift+B twice doesn't work.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-23, 11:41 UTC
by ghisler(Author)
Considering how many troubles it caused with the repeated press of the rename hotkey (default Shift+F6) I have decided to hard code the hotkey.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-23, 12:54 UTC
by AntonyD
Am I right that I don't see the explanation of this hardcoded shortcut in the help system just because it's not yet added?

P.S. WHY shortcuts are not listed in pure table view (Clearly defined columns, with a distinct separation. Like Excel) - but
in some pseudo TAB-oriented list? https://ibb.co/p2kMNRb Don't you think this "intercolumnar" position is too narrow?
Many explanations simply “hurt the eye” because they are drawn too "far-fetched" to the shortcut itself.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-23, 14:08 UTC
by petermad
WHY shortcuts are not listed in pure table view (Clearly defined columns, with a distinct separation. Like Excel) - but
in some pseudo TAB-oriented list? https://ibb.co/p2kMNRb
How bad it looks depends on your System setting for font and scaling - with default values it looks like this: https://tcmd.madsenworld.dk/keyboardhelp.png

But I admit that the left column should be made wider.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-24, 08:06 UTC
by AntonyD
How bad it looks depends on your System setting for font and scaling
they are by default completely.
But I admit that the left column should be made wider.
Not a simply wider, but overall concept should be transformed into a real table view.
With clearly visible cells, columns, rows. Like Excel table.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-24, 16:15 UTC
by petermad
2AntonyD
they are by default completely.
Hmm, how come the font is so much bigger on your screenshot, than on mine?

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-24, 16:22 UTC
by AntonyD
I don't know....

And still MAIN question remains unanswered:
Am I right that I don't see the explanation of this hardcoded shortcut in the help system just because it's not yet added?

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-24, 21:39 UTC
by JOUBE
HISTORY.TXT wrote: 09.01.24 Added: List of open tabs: Switch between tab title and tab directory with Ctrl+Shift+A (32/64)
Thanks. It's useful. (Ctrl+Shift+A, Shift+*, Esc works furthermore)

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-25, 08:49 UTC
by ghisler(Author)
It's also described in the help now in RC2:
F1 -> 3a. User interface -> Folder tabs:
Use Ctrl+Shift+A to show the list of all open tabs as a menu (as in the Chrome browser). Pressing Ctrl+Shift+A again switches between displaying the tab title and tab directory.
I will add a new parameter 1 to all cm_*TabsList commands to open the list directly with the paths.

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-25, 12:30 UTC
by AntonyD
2ghisler(Author)
I am talking about FULL keyboard info inside Operation - Keyboard layout topic.
IMHO it' should be Obvious that for ALL supported shortcuts should exists ONE specific help topic.
And what about a REAL table representation of this mentioned topic? Current textual view is not
easy readable. You should use strictly rows/columns and not TAB-oriented text only....

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-25, 22:46 UTC
by JOUBE
ghisler(Author) wrote: 2024-01-25, 08:49 UTC I will add a new parameter 1 to all cm_*TabsList commands to open the list directly with the paths.
Very good new feature. Thanks

Re: Directly show the list of folders of all open tabs

Posted: 2024-01-26, 09:24 UTC
by ghisler(Author)
I'm also adding another parameter 2 which immediately opens quick search. The search string starts with * when combined with parameter 1.