A little useful option to "Synchrinize Directories"

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
yosi_tz
Junior Member
Junior Member
Posts: 20
Joined: 2007-08-06, 09:35 UTC

A little useful option to "Synchrinize Directories"

Post by *yosi_tz »

I propose a little useful option to "Synchrinize Directories" display

When you make a search (ALT+F7), you get a list of Dirs and/or Files/ Now you can navigate in that list to a certain Dir or File and click on "Go to file", which brings you right to the location of that Dir/File.
Such an option is missing in the "Synchrinize Directories" result screen. When you right click the mouse you get numerous options (all very useful) but not this one.
I think this is basic, essential and rather easy to accomplish. Anyhow I miss this option very much.
Of course there should be: "Go to file (right)" and "Go to file (left)"

Hope you add this soon
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

But this will close your Sync dialog, is it a good thing?
Maybe in another instance of TC - maybe. Someone made a script for such task.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

Support++;

Perhaps possible with the standalone sync version.
It would be great to be able to run a user defined Program (in this example TC itself) there.
(using a parameter that holds the current selected file and its path.)
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

We have two files - left and right. So, perhaps we need two commands (or two context menu items) - for left one and for right one. I think two INI parameters like following may be good:

Code: Select all

SyncUserCommandL="Jump To Left File <--", C:\TOTALCMD\TOTALCMD.exe /n /L=%1
SyncUserCommandR="Jump To Right File -->", C:\TOTALCMD\TOTALCMD.exe /n /R=%1
So, title and command may be set.

Or some extended syntax and only one parameter:

Code: Select all

SyncUserCommand="Jump To Left File <--", "Jump To Right File -->", C:\TOTALCMD\TOTALCMD.exe /n /S /L=%1
yosi_tz
Junior Member
Junior Member
Posts: 20
Joined: 2007-08-06, 09:35 UTC

Regarding SyncUserCommand suggestion

Post by *yosi_tz »

Thanks for the suggestion
I tried just coping the commands to Wincmd.ini but nothing changes.
What need I do to insert and succeed with this solution ?
Hope anyone can help me
Yosi
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

This is only an suggestion for an improvement of TC.
Currently it's not possible.
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Maybe in another instance of TC - maybe. Someone made a script for such task.
Indeed: AutoHotkey: From FileSync open another TC instance with selected files
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
Post Reply