Page 1 of 1
a little option to limit the history of drive by side
Posted: 2016-11-14, 20:26 UTC
by Michael REMY
hi,
here a thing which is borring me many times, i did't see any tweak option in my TC 8.52a.
in the left side, i browse a drive, then i stop and work in c:\program files\a\b\c\d folder
then i click on the side right and start begin to broswe C. Then it starts in the same C path than the left side !
i wish the history kept in memory would only concerns a side and not be shared (neither altered) by the other side.
have a good day
Posted: 2016-11-14, 20:41 UTC
by petermad
2Michael REMY
Try and put this parameter in the [Configuration] section of your wincmd.ini file:
AlwaysToRoot=1
Posted: 2016-11-15, 11:58 UTC
by Michael REMY
petermad wrote:2Michael REMY
Try and put this parameter in the [Configuration] section of your wincmd.ini file:
AlwaysToRoot=1
thank i will try.
it is not possible to change the option in the menu ?
Posted: 2016-11-15, 12:18 UTC
by MVV
Michael REMY,
By default TC remembers current dirs for every drive, and when you switch to another drive, it opens its current dir. This works just like in DOS and cmd.exe.
Mentioned AlwaysToRoot opition changes behaviour of drive buttons so they open root dir when you switch to another drive. This option may also be changed on Configuration - Operation page.
Posted: 2016-11-15, 14:51 UTC
by Michael REMY
my need was bad misunderstood (my example suggested i need alays the root, which is not)
i don't need TC to go back to root each time i click a letter drive, i just need TC does not remember the last path from the other side of TC and keeps remebers its own path in his own side.
when i open 2 cmd shell windows, the both cmds shellshave independent history, not a shared one. (tested on win7)
Posted: 2016-11-15, 21:31 UTC
by petermad
2Michael REMY
TC does have its own history for each file panel - just press Alt+down.
But when you switch to a same drive for the first time in the opposite panel in a TC session TC has to start somewhere, so it starts in the same directory as the panel you where in. To work around that behaviour set both panels to the same drive BEFORE you start browsing
What you describe only happens if you change drive and the drive you change to happens to also be open in the opposite panel.
Posted: 2016-11-16, 07:05 UTC
by Michael REMY
imagine you work with that :
left : c:\myfolder\a\b\c\d
right : c:\myfolder2\z\x\y
for each on, you have to siwtch with d:\backup
then, each time you left one side to go D, then you go back to c: then, TC choose the last C path whereas it should choose the last c path FROM THIS SIDE.
Posted: 2016-11-16, 07:19 UTC
by MVV
it should choose the last c path FROM THIS SIDE
It shouldn't, current behaviour with global last current directory is here for years, and it is useful e.g. when you need to quickly open same dir on another side. But I agree that option to separate working dirs for every panel won't hurt.
Posted: 2016-11-16, 09:38 UTC
by petermad
then, each time you left one side to go D, then you go back to c: then, TC choose the last C path whereas it should choose the last c path FROM THIS SIDE.
Then use the history (Alt+downArrow) to go back to the previous dir on C. after you are done on D:
The current behaviour has been like this for always, and af MVV points out also has it's benefits.
But an option to use the panels history, when changing drive is and OK idea or maybe a modifer like Shift when you click on a drive button that would make TC try to find the new drive in the history of the panel and the use that.
Posted: 2016-11-16, 18:04 UTC
by Michael REMY
i did not say it is a bug, i just said it should be an option to choose :
- mutual/common drive history shared by both sides.
- each side have its own drive history
by the way, i wonder how TC managed that with multi instance...
Posted: 2016-11-16, 18:41 UTC
by petermad
- each side have its own drive history
Each panel already has it's own drive and folder history.
Posted: 2016-11-16, 22:03 UTC
by Michael REMY
Posted: 2016-11-17, 08:35 UTC
by HolgerK
Just use <Alt+Left> (cm_GotoPreviousDir: the button with the left arrow) to navigate back to the previous dir/drive instead of using the drive button/drive selection list.
Regards
Holger