Page 2 of 2

Posted: 2014-11-07, 13:54 UTC
by petermad
Yes, well, one needs to add the commands to totalcmd.inc oneself.
Or use 5011..5099 in stead of cm_SrcActivateTab11..99 - it will work everywhere but the command line.

Posted: 2014-11-07, 14:48 UTC
by sgp
Thanks Hacker and Pertermad, I didn't know I could do that.

Posted: 2016-08-27, 01:45 UTC
by sirksel
Sorry to rekindle a dormant topic, but I'm wondering if a small change might be possible...

Rather than creating a whole new command for SrcActivateTabLast (or whatever you'd call it), would it be possible to just allow SrcActivateTab99 to activate tab 99 if there are >=99 tabs, or the rightmost tab if there are <99 tabs? Right now it activates tab 99 if one exists, or fails if one does not exist.

It seems like a small change, and maybe few enough people use 99 tabs and are relying on this 99-or-fail functionality that it wouldn't harm many existing users to make this change? It would sure help me to be able to bind a keystroke to activating the rightmost tab.

Thanks so much, Mr. Ghisler. By the way, I've been using the 9.0 beta and I continue to be amazed at how you keep finding ways to make this software even better. It's my favorite software package of all time!

Posted: 2018-06-08, 09:23 UTC
by AlexandrT
Support ++
Any of the proposed methods.

Re: Add commands to activate last tab and to move current tab

Posted: 2021-05-08, 21:05 UTC
by AlexandrT
Mr. Ghisler, please add a commands to activate the last tab, such as "cm_SrcActivateTabLast", "cm_TrgActivateTabLast", "cm_LeftActivateTabLast", "cm_RightActivateTabLast".

Re: Add commands to activate last tab and to move current tab

Posted: 2021-05-12, 15:08 UTC
by Fla$her
Support++

Re: Add commands to activate last tab and to move current tab

Posted: 2021-05-13, 08:39 UTC
by ghisler(Author)
You could use
cm_SrcActivateTab1,cm_SwitchToPreviousTab

Re: Add commands to activate last tab and to move current tab

Posted: 2021-05-13, 13:16 UTC
by AlexandrT
I know about this solution. Вut it's a little different.
For example, a time lag is possible if a slow network resource is open in the first tab.

Re: Add commands to activate last tab and to move current tab

Posted: 2021-05-13, 15:40 UTC
by Fla$her
slow network resource
TC can also be frozen on simple folders due to wdx columns or highlighting.

Re: Add commands to activate last tab and to move current tab

Posted: 2022-05-22, 20:53 UTC
by AlexandrT
Mr. Ghisler, since a new version is being developed, please add commands such as "cm_SrcActivateTabLast", "cm_TrgActivateTabLast", "cm_LeftActivateTabLast", "cm_RightActivateTabLast" in one of the beta versions. Really very necessary.

Re: Add commands to activate last tab and to move current tab

Posted: 2022-05-23, 08:33 UTC
by ghisler(Author)
You can use this:
cm_SrcActivateTab1,cm_SwitchToPreviousTab

Re: Add commands to activate last tab and to move current tab

Posted: 2022-05-23, 21:21 UTC
by AlexandrT
You can use this:
cm_SrcActivateTab1,cm_SwitchToPreviousTab
As I wrote above, this is not the same thing... :(