Page 2 of 2

Re: Secondary lng with own changes

Posted: 2023-06-14, 15:08 UTC
by petermad
Hmm, a standard 64bit TC installation has 33 files (32bit has 41) + these generated files:

default.br2
vertical.br2
contplug.ini
fsplugin.ini
lsplugin.ini
pkplugin.ini
tccloud.ini
usercmd.ini
wcx_ftp.ini
wincmd.ini
tcignore.txt
wincmd.key

and these if installed.
tccloud.ini
TotalcmdDark.chm

That is 45-59 files, so I don't think two more would mean so much.

There might be some plugins that have ini files that can not be relocated via the [ReplaceIniLocation] section of wincmd.ini

Anyway - maybe it should be made configurable whe the user*.ini file(s) (and maybe the contplug.ini, fsplugin.ini, lsplugin.ini and pkplugin.ini) are located (f.ex. via a [CommonIniLocation] section).

Re: Secondary lng with own changes

Posted: 2023-06-14, 18:55 UTC
by oko
Fla$her wrote: 2023-06-14, 12:05 UTC In js, the backslash needs to be doubled: text\\tText
Thats right. Thanks.