Page 1 of 1
Caption bar options
Posted: 30.07.2008, 21:24
by pburbano
I would like to suggest options for the text in the caption bar to include:
- Display full folder path in the title bar
- Display the path before "FreeCommander" in the title bar
Thanks,
Patricio
Posted: 30.07.2008, 21:49
by Marek
- Display full folder path in the title bar
Define the following line in the [Form] section:
ShowFullPathInCaption=1
- Display the path before "FreeCommander" in the title bar
It is the default setting for FreeCommander. Check if you have the line
ShowPathFirstInCaption=1
in the FreeCommander.ini
Posted: 31.07.2008, 17:57
by pburbano
I did not have any of the two settings in the ini file.... I added them and I have what I wanted.
Thanks.
Posted: 04.09.2008, 11:40
by sasquach
Marek wrote:
- Display the path before "FreeCommander" in the title bar
It is the default setting for FreeCommander. Check if you have the line
ShowPathFirstInCaption=1
in the FreeCommander.ini
What about opposite. I would like to see freecommander before path. I tried to set ShowPathFirstInCaption=0 but it did not work. I use 2008.06a.
Where i can find information about commands from FreeCommander.ini?
Posted: 04.09.2008, 23:04
by Marek
I tried to set ShowPathFirstInCaption=0 but it did not work. I use 2008.06a.
I have tried in the current version - work fine. You should make these steps:
- check Help->Info for freecommander.ini path
- close FC
- open freecommander.ini
- add the line "ShowPathFirstInCaption=0" in the [Form] section
- start FC
Posted: 05.09.2008, 15:49
by sasquach
OK, i know where is the problem.
If ShowFullPathInCaption is set to 1 the path always comes before "FreeCommander" regardless of ShowPathFirstInCaption setting.