Locked, but with directory changes allowed tabs
Moderators: Hacker, petermad, Stefan2, white
Locked, but with directory changes allowed tabs
This is a good thing but there some inconvenience. When I press '\' button (or use Ctrl+\), TC revert tab to saved dir. But sometimes I want just to go to root folder of drive. So, in such tab I can't do this. Maybe it is better to go to root dir on single Ctrl+\ and to home tab dir on double Ctrl+\?
- sqa_wizard
- Power Member
- Posts: 3896
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
I know that locking is useful thing, and that go to home dir too. But sometimes it is sad that we get one feature instead of another. I know that I can create another tab and press Ctrl+\ there, but it will be good if locked tab also has feature 'go to root directory'.
BTW, I didn't suggest to remove 'go to home dir' feature of locked tab. And, if I unlock tab, I lost its home dir.
BTW, I didn't suggest to remove 'go to home dir' feature of locked tab. And, if I unlock tab, I lost its home dir.
Thanks, I've missed this option.VadiMGP wrote:2MVV
You have to add LockedGoToDriveRoot=1 to wincmd.ini file.
After this you can use both command to reach drive root and base dir of locked tab. Sorry, i dont remember exact names.

Now I can use Ctrl+\ as usually and cm_GoToLockedDir for returning to home directory. I've assigned cm_GoToLockedDir to Ctrl+Shift+\.

MVV,
one Ctrl-\ - go to tab home dir
two Ctrl-\ - go to drive root
Roman
I suggest the other way around:Maybe it is better to go to root dir on single Ctrl+\ and to home tab dir on double Ctrl+\?
one Ctrl-\ - go to tab home dir
two Ctrl-\ - go to drive root
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Support.Hacker wrote:I suggest the other way around:
one Ctrl-\ - go to tab home dir
two Ctrl-\ - go to drive root
Roman
The primary goal of locking a tab is to be able to go back to the root folder of the tab. And the root folder of the tab is the folder which I selected as its root.
Being able to go to the root folder of the drive is secondary in this case.
Hm, maybe the order of going to "tab home dir" and "drive root" could be made dependant on the parameter "LockedGoToDriveRoot":
LockedGoToDriveRoot=0:
1st ctrl+\ goes to tab home dir
2nd ctrl+\ goes to drive root dir
LockedGoToDriveRoot=1:
1st ctrl+\ goes to drive root dir
2nd ctrl+\ goes to tab home dir
Wouldn't this make everybody happy?
Karl
This will be at least strange. For example, I have locked tab at F:\111. I have current path C:\Windows. So, at first, I go to F:\111, and then to C:\ as root folder of another drive? My suggestion was logical.Hacker wrote:MVV,I suggest the other way around:Maybe it is better to go to root dir on single Ctrl+\ and to home tab dir on double Ctrl+\?
one Ctrl-\ - go to tab home dir
two Ctrl-\ - go to drive root
I think it is enough to go to home by TC restart/tab switch/cm_GoToLockedDir. I don't think this folder is really needed every minute.karlchen wrote:The primary goal of locking a tab is to be able to go back to the root folder of the tab. And the root folder of the tab is the folder which I selected as its root.
Being able to go to the root folder of the drive is secondary in this case.
This fully satisfies me.MVV wrote:Now I can use Ctrl+\ as usually and cm_GoToLockedDir for returning to home directory. I've assigned cm_GoToLockedDir to Ctrl+Shift+\.
How about Ctrl+\ goes to root of Tab, Alt+\ goes to root of Drive:
Code: Select all
[Configuration]
LockedGoToDriveRoot=1
[Shortcuts]
C+OEM_US\|=cm_GoToLockedDir
A+OEM_US\|=cm_GoToRoot
aNDreas Bolotă
The truth always carries the ambiguity of the words used to express it. (Frank Herbert, God Emperor of Dune)
The truth always carries the ambiguity of the words used to express it. (Frank Herbert, God Emperor of Dune)
Thank you VadiMGP, this is what I was looking for !VadiMGP wrote:2MVV
You have to add LockedGoToDriveRoot=1 to wincmd.ini file.
After this you can use both command to reach drive root and base dir of locked tab. Sorry, i dont remember exact names.
I suggest this could be done somewhere in the menus.
PS I was puzzled at first with "" behaving differently after a "Locked, but directory changes allowed".
I'm aware of the obvious methods. I already have a button.MVV wrote:sphere22,
You can add buttonbar button with cm_GoToLockedDir so it will be available by mouse click.
The question remains whether it's possible to assign GoToLockedDir to the tabs.
Can it be done and wouldn't it be a useful addition?