Page 1 of 1

[TC 11.03] A little glitch in cm_*TabsList command

Posted: 2024-02-23, 11:43 UTC
by chandragor
Just now I noticed this little glitch in the new implementation of cm_*TabsList.

When I open the list with Ctrl-Shift-A the list of Recently closed tabs shows the header of the tabs,
and another Ctrl-Shift-A shows the folder of each tab, as in the main list.

But if I open the list with any of the "cm_*TabsList 1" commands, the list of Recently closed tabs still shows the header
of the tabs without the drive indication, while the main list shows the folder of the tabs, and only by pressing
Ctrl-Shift-A they both show the folder headers with the drive and with another Ctrl-Shift-A times they both
show the complete folder of the tabs.

I don't consider it as a real bug, it's just a glitch as it doesn't cause any malfunction in the program,
it's just visual.


TC 11.03 32 bits on Windows 7 and TC 11.03 64 bits on Windows 8.1

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 12:07 UTC
by tuska
I can see the display problem (no drive letter for "Recently closed tabs") with parameters 1 and 3,
e.g. "cm_*TabsList 1", "cm_*TabsList 3".

With parameter 2, e.g. "cm_*TabsList 2", this problem does NOT exist.


Windows 11 Pro (x64) Version 23H2 (OS Build 22631.3155) | TC 11.03 x64/x86

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 13:05 UTC
by petermad
I can confirm that the "Recently closed tabs" part of the tabs list does not show full path when using cm_srctabslist 1 or cm_srctabslist 3 - which it should because double pressing Crtl+Shift+A shows full paths also for the Recently closed tabs.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 13:43 UTC
by Horst.Epp
For me the full paths are ok
but the search field only shows the upper part of the field.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 14:07 UTC
by tuska
Horst.Epp wrote: 2024-02-23, 13:43 UTC For me the full paths are ok
but the search field only shows the upper part of the field.
Under what conditions (parameters, filter yes/no, etc.) :?:

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 14:37 UTC
by Horst.Epp
2tuska
All parameters where the search field is shown.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 14:45 UTC
by tuska
2Horst.Epp

Thank you for your answer.

Unfortunately I can't understand the answer (or I see something different here),
but I'm sure that someone else knows exactly what you mean here.

Are you still talking about "Full path" <=> "Recently closed tabs"?
Horst.Epp wrote: 2024-02-23, 13:43 UTC ... but the search field only shows the upper part of the field.
I have never seen a problem like this before either.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 15:15 UTC
by Horst.Epp
tuska wrote: 2024-02-23, 14:45 UTC Are you still talking about "Full path" <=> "Recently closed tabs"?
Yes, but there is no problem here to show the full path under any condition.
My problem is the search field, which is only half the required height to show the label Search on its left.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 18:55 UTC
by petermad
  1. Here is what I see pressing Ctrl+Shift+A: https://tcmd.madsenworld.dk/CtrlShiftA.png
  2. Here is what I see pressing Ctrl+Shift+A a second tile: https://tcmd.madsenworld.dk/CtrlShiftA2.png
  3. Here is what I see executing cm_srctabslist 1: https://tcmd.madsenworld.dk/cm_srctabslist1.png
  4. Here is what I see executing cm_srctabslist 2: https://tcmd.madsenworld.dk/cm_srctabslist2.png
  5. Here is what I see executing cm_srctabslist 3: https://tcmd.madsenworld.dk/cm_srctabslist3.png
IMHO item 3 and 5 are wrong - they should both show the same as 2 in the "Recently closed tabs" section, but the section is shown without full path - https://tcmd.madsenworld.dk/cm_srctabslist3a.png.

Also notice that the TC folder ison is not shown in the "Recently closed tabs" section.

Re: A little glitch in cm_*TabsList command

Posted: 2024-02-23, 19:15 UTC
by tuska
2petermad
I basically have the same views.

2Horst.Epp
Horst.Epp wrote: 2024-02-23, 15:15 UTC
tuska wrote: 2024-02-23, 14:45 UTC Are you still talking about "Full path" <=> "Recently closed tabs"?
Yes, but there is no problem here to show the full path under any condition.
...
  1. Please create a tab, locked, but directory changes allowed in the right TC window
    - Tab Name: *C:Downloads
    - Tab Path: C:\Users\user\Downloads\
  2. Close this tab with Ctrl+W and click on the "Yes" button
     
  3. Press Ctrl+Shift+A: The following is displayed...
    - Recently closed tabs
    - C: Downloads
  4. Press Ctrl+Shift+A a second time: The following is displayed...
    - Recently closed tabs
    - C:\Users\user\Downloads\
     
  5. Click on a button with the command: cm_SrcTabsList 1 --- the following is displayed:
    - Recently closed tabs
    - Downloads

    According to your statement quoted above, the following should now be displayed:
    - Recently closed tabs
    - C:\Users\user\Downloads\

    In my opinion, that can't be the case currently.
     
  6. The same applies to a button with the command: cm_SrcTabsList 3.

Re: [TC 11.03] A little glitch in cm_*TabsList command

Posted: 2024-02-25, 10:14 UTC
by ghisler(Author)
Confirmed, only the recently closed tabs are shown without full path.