Reread both file windows

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
OUrm7Vo2
Junior Member
Junior Member
Posts: 80
Joined: 2003-04-17, 18:50 UTC

Reread both file windows

Post by *OUrm7Vo2 »

Minor annoyance, but is it possible to reread both the active and inactive file windows at once rather than just the active window provided by F2?
User avatar
HolgerK
Power Member
Power Member
Posts: 5412
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Button:

Code: Select all

TOTALCMD#BAR#DATA
cm_RereadSource, cm_Exchange, cm_RereadSource, cm_Exchange

wcmicons.dll
Reread both panels


-1
Or create an usercmd em_RereadBoth with the command sequence

Code: Select all

cm_RereadSource, cm_Exchange, cm_RereadSource, cm_Exchange
and assign it to a hotkey.

Regards
Holger
OUrm7Vo2
Junior Member
Junior Member
Posts: 80
Joined: 2003-04-17, 18:50 UTC

Post by *OUrm7Vo2 »

The cm_Exchange command has the unintended consequence of replicating tabs so it is not a viable option here.
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1052
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

Unfortunately there's no command equivalent to the Tab key.
This has been requested a couple of times and maybe TC9 will have it...

You could use

Code: Select all

cm_FocusRight,cm_RereadSource,cm_FocusLeft,cm_RereadSource
but your focus will always end up on a specific side.
User avatar
LonerD
Senior Member
Senior Member
Posts: 381
Joined: 2010-06-19, 20:18 UTC
Location: Makeyevka/Makiivka
Contact:

Post by *LonerD »

With TCFS2

Code: Select all

[em_BothReread]
cmd=%commander_path%\Plugins\exe\TCFS2\TCFS2.exe /ef msg($0B,0) tcm(540) "tcm(4002) tcm(540) tcm(4001), eval(L_isActive) | tcm(4001) tcm(540) tcm(4002)" msg($0B,1) redraw()
menu=Reread both Left and Right panels
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
Post Reply