Page 1 of 1
Hint to know help file location
Posted: 2025-06-20, 04:38 UTC
by nsp
Could it be possible to have a
COMMANDER_CHM env variable giving the current help file.
Could it be possible to have an option in wincmd.ini to force totalcmd.chm in commander_path to be used unconditionally. You could also use the same variable with number to force searching method as a sample:
- 0/totalcmd.chm only
- 1/switch Dark/Light
- 2/use language Folder
- 3 = 2 + 1
I have wcmd_xxx*.chm or wcmd_xxxDark.chm file in language folder not aligned with totalcmd.chm during rc tests. It is not easy for me to detect which help file is used specially if you change language and theme...
Re: Hint to know help file location
Posted: 2025-06-20, 10:10 UTC
by white
nsp wrote: 2025-06-20, 04:38 UTC
... It is not easy for me to detect which help file is used specially if you change language and theme...
You can find out which help file is opened by doing this:
white wrote: 2025-05-27, 10:08 UTC
To find the URL of the html help page of any displayed page, click the icon in the title bar of the help window (upper left corner) and select "Jump to URL.."
Adding the program version to the window title can also be useful. Irfanview does this, for example.
Re: Hint to know help file location
Posted: 2025-06-20, 10:17 UTC
by tuska
nsp wrote: 2025-06-20, 04:38 UTC
It is not easy for me to detect which help file is used specially if you change language and theme...[/i]
F1 (Help) >
Right-click in the help text window (on the right) >
Properties >
Address: URL
... might help.
Re: Hint to know help file location
Posted: 2025-06-20, 11:51 UTC
by nsp
@white @tuska thanks for the tip. Yes it helps but I will have to search for it in the forum or put it in my tc wiki to not forget about it.
i usualy search in this order:
- my wiki notes,
- TC chm Help,
- Tc_history,
- ultra tc editor datafile,
- forum
The second request to have a parameter in wincmd.ini to drive help file finding strategy remain.
Re: Hint to know help file location
Posted: 2025-06-20, 13:03 UTC
by petermad
2
nsp
I have wcmd_xxx*.chm or wcmd_xxxDark.chm file in language folder not aligned with totalcmd.chm
Since the newest wcmd_fra.chm is from 2011 and is for TC 7.56a I guess that you are not using that.
So I recommend that you let TC install the English totalcmd.chm file in TC's program folder and ONLY keep a wcmd_deu.chm and not a wcmd_eng.chm file in TC's language folder. In that way English Help will be automatically updated and the German Help will only be used if you are using a wcmd*_deu.lng language file. You can then update the wcmd_deu.chm file once the next final TC version is released.
Of course you can also do the opposite, if you want the German Help to be the default -> then only keep a wcmd_eng.chm file in the language directory and no wcmd_deu.chm file.
The problem with un-synched .chm files only arise if totalcmd.chm and language\wcmd_xxx.chm is the same language, but in that case there is no need to have the wcmd_eng.chm file.
But apart from that, i think a parameter for wincmd.ini to control which help file TC uses is good - it can come in handy for temporarily changing the use of wcmd_xxx.chm and/or *dark.chm files without having to remove the files.