Thanks. Fixed
Dark Help for TC 11.51 - Updated February 19th 2025
Moderators: Hacker, petermad, Stefan2, white
Re: Dark Help for TC 11.02 - Updated November 9th 2023
Either remove it or copy totalcmd.chm to Language\wcmd_eng.chm and also copy totalcmdDark.chm to Language\Wcmd_engDark.chm
But it is definitely easier to delete Language\wcmd_eng.chm - then you don't have to remember to update it every time there is a new totalcmd.chm
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Dark Help for TC 11.03 - Updated February 21st 2024
New version of the Dark Help for Total Commander 11.03 is now available - see first post for download.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Dark Help for TC 11.03 - Updated February 21st 2024
2petermad
In the first post, it's worth noting that "externt CSS script" means color customization.
I still don't understand why you didn't want simplified formatting. Semicolons and text-decoration could be eliminated.
In any case, thank you for publishing an optional solution.
In the first post, it's worth noting that "externt CSS script" means color customization.
I still don't understand why you didn't want simplified formatting. Semicolons and text-decoration could be eliminated.
In any case, thank you for publishing an optional solution.
Overquoting is evil! 👎
Re: Dark Help for TC 11.03 - Updated February 21st 2024
2Fla$her
In case the user wants to change the text-decoration for the a: entries, it is easier when they are prefilled.
Feel free to retain your own version of the .css file.
I have to change the .s and.p entries for each new version (the numbers are not always the same) - so having to remove the semicolons is extra work.Semicolons and text-decoration could be eliminated.
In case the user wants to change the text-decoration for the a: entries, it is easier when they are prefilled.
Feel free to retain your own version of the .css file.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Dark Help for TC 11.03 - Updated February 21st 2024
Hmm, I didn't know.
It's not a problem. Replace_TotalcmdDark.css.js:so having to remove the semicolons is extra work.
Code: Select all
file = 'TotalcmdDark.css'
with (WSH.CreateObject('Scripting.FileSystemObject')) {
text = openTextFile(file).readAll().replace(/\;[^\s\}]* ?/g,' ')
with(openTextFile(file,2)){write(text);close()}
}
And so it will be with the aligned design:
Code: Select all
var file = 'TotalcmdDark.css'
with (WSH.createObject('Scripting.FileSystemObject')) {
with (openTextFile(file)) {
f1 = readLine().replace(/(\S)\}/, '$1 }')
f2 = openTextFile(file).readAll().replace(/\;[^\s\}]* ?/g,' ').replace(/(\S)\}/g, '$1 }')
}
with (openTextFile(file, 2)) {
write(f1 + mass(/a\:[^\r\n]+/g) + mass(/\.[sp][^\r\n]+/g))
close()
}
}
function mass(filt) {
var arr, n, s, i, max=0, text=''
arr = f2.match(filt)
for (n = 0; n < arr.length; ++n) {
i = arr[n].indexOf('{'); if (i > max) max = i
}
for (n = 0; n < arr.length; ++n) {
s = arr[n]; i = s.indexOf('{')
if(i < max) s = s.replace("{", Array(max + 1 - i).join(' ') + '{')
text = text + '\r\n' + s
}
return text
}
You must understand that I'm not trying for myself.Feel free to retain your own version of the .css file.

Overquoting is evil! 👎
Dark Help for TC 11.50 - Updated January 2nd 2025
New version of the Dark Help for Total Commander 11.50 is now available.
Download link in First Post
Download link in First Post
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Dark Help for TC 11.51 - Updated January 19th 2025
New version of the Dark Help for Total Commander 11.51 is now available.
Download link in First Post
Download link in First Post
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar