Then with this setting in the 32 bit version of TC there is a blink in the cursor in the left file panel at startup, whereas in the 64 bit version first the cursor only shows up behind the first folder icon and then after a little less than a second the full cursor is shown, but only if I am in the root of a drive and the fist folder is marked "system" or "read-only".[ViewModes]
0_name=<Standard>
0_icon=
0_options=-1|-1|0||-1|-1|-1
1_name=Folder
1_icon=
1_commands=cm_SrcAllFiles
1_options=-1|-1|0||-1|-1|-1
[ViewModeSwitch]
Enabled=1
0_rules=L
0_mode=1
I doesn't seem to matter what the 1_commands is set to - as long as there is a command.
It also happens if I exchange L with D.
With this setting in 64bit TC:
If I start in C:\ and the first folder is marked "system" - then the cursor is only shown under the folder icon, not under the file name.[ViewModeSwitch]
Enabled=1
0_rules=+C:\*\
0_mode=0
1_rules=L
1_mode=1
If the first folder is not marked "system" or "read-only" - then the cursor completely dissapears.
If I start in any subfolder then the cursor also dissapears with this ViewModeSwitch setting.
This bug seems to have been introduced with TC9b13 - I cannot reproduce it with TC9b12
EDIT: I just noticed that for the bug to show you cannot have c:\ in both panels (but you can have for instance f:\ in both panels where f: is a lokal hd partition)
This wincmd.ini should do for reproducing the bug (no splash screen must be shown):
Replace [right]path=f:\ with any other harddisk but c:.[Configuration]
KeyPath=$
ShowHiddenSystem=1
[left]
path=c:\
ViewMode=-1
activepanelcolor=-1
activepanelcolor2=-1
ShowAllDetails=1
SpecialView=0
show=1
sortorder=0
negative Sortorder=0
[right]
path=f:\
ViewMode=-1
activepanelcolor=-1
activepanelcolor2=-1
ShowAllDetails=1
SpecialView=0
show=1
sortorder=0
negative Sortorder=0
[ViewModeSwitch]
Enabled=1
0_rules=+C:\*\
0_mode=0
1_rules=L
1_mode=1
[ViewModes]
0_name=<Standard>
0_icon=
0_options=-1|-1|0||-1|-1|-1
1_name=Folder
1_icon=
1_commands=cm_SrcAllFiles
1_options=-1|-1|0||-1|-1|-1
Replace [left]path=c:\ with path=c:\windows to see the cursor totally dissapear.