Totalcmd.inc

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
ben hub
Member
Member
Posts: 132
Joined: 2003-02-06, 21:47 UTC
Location: Madagascar

Totalcmd.inc

Post by *ben hub »

I'm studying Totalcmd.inc... building an extended menu of all commands in French.

I don't see any difference between cm_VersionInfo (510) and cm_Properties (1003) :?:
Benoît
# 4081
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 15-03-2003 21:28:55 +0000 ben hub wrote:

bh> I don't see any difference between cm_VersionInfo (510) and
bh> cm_Properties (1003)


From Templar Archives:

BD>> And by the way, what is the difference between cm_Properties
BD>> and cm_VersionInfo?

CG> There was one with older versions of Windows, but there is none
CG> today.
[/face]
User avatar
ben hub
Member
Member
Posts: 132
Joined: 2003-02-06, 21:47 UTC
Location: Madagascar

Post by *ben hub »

2Black Dog
excuse my ignorance, but what are Templar Archives ?
Benoît
# 4081
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 16-03-2003 01:06:41 +0000 ben hub wrote:

bh> excuse my ignorance

I'll try...

bh> but what are Templar Archives ?

Welcome to the World of StarCraft.[/face]
User avatar
ben hub
Member
Member
Posts: 132
Joined: 2003-02-06, 21:47 UTC
Location: Madagascar

Post by *ben hub »

Welcome to the World of StarCraft
hummm... :|
Benoît
# 4081
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

ben hub,
I'm studying Totalcmd.inc... building an extended menu of all commands in French.

Doing a little self promotion... this might help a bit in your task - http://thehacker.host.sk/myfiles/tcme/ .

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
ben hub
Member
Member
Posts: 132
Joined: 2003-02-06, 21:47 UTC
Location: Madagascar

Post by *ben hub »

2Hacker
nice tool indeed :) , I just tried the last version.

The first times I got an error (access violation...) when I tried to save (or save as), but now it works fine (did I restart TC? can't remember).

However I have a small problem for a french menu: after saving, all the shortcuts are translated into english !! I modified your sclist.txt for Enter, left, right, down... but I can't translate Shift into Maj :(, and on a french keyboard Ctrl+\ must be replaced by Ctrl+<

last, you could add one line in sclist.txt:
cm_SrcComments=CS+F2 (standard TC shortcut)
Benoît
# 4081
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

ben hub,
The first times I got an error (access violation...) when I tried to save (or save as), but now it works fine (did I restart TC? can't remember).

Might be that TC didn't find sclist.txt in its dir. I think I fixed in 1.0 which I haven't released yet.


However I have a small problem for a french menu: after saving, all the shortcuts are translated into english !!

Oh, well, that is hardcoded, I only added support for Ctrl=Strg and Shift=Umsch if "German" is detected on the first line of the LNG file currently in use by TC.

Any idea how I should implement how to specify replacements for Ctrl/Alt/Shift? Maybe three radiobuttons English, German and French?


and on a french keyboard Ctrl+\ must be replaced by Ctrl+<

OK, any suggestions about that? Use the radiobuttons?


last, you could add one line in sclist.txt:
cm_SrcComments=CS+F2 (standard TC shortcut)


I must have missed that, thanks.


Thanks
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
ben hub
Member
Member
Posts: 132
Joined: 2003-02-06, 21:47 UTC
Location: Madagascar

Post by *ben hub »

Hacker
Any idea how I should implement how to specify replacements for Ctrl/Alt/Shift?
These keys are defined in wcmd_xxx.lng, # 5282/5283/5284.
If you can read the first line of this file, il must not be difficult to read these 3 lines ? :wink:
Benoît
# 4081
Post Reply