SYNCHRONISATION- LEFT and RIGHT

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
kluvi
Junior Member
Junior Member
Posts: 45
Joined: 2010-02-18, 11:13 UTC
Location: Czech rep.

SYNCHRONISATION- LEFT and RIGHT

Post by *kluvi »

I suggest that context menu (rightclick) directory SYNC should contain some icons regarding to LEFT and RIGHT side. E.g. ERASE LEFT should contain not only that text, but also some icon OR something like that:
#ERASE LEFT
ERASE RIGHT #
It's more reliable to SEE which side is meant, than to THINK what means left and rigt.
Some people have problems with it (including ME) ;-)
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I added strings <-- and --> for theese items in my language file. You may do the same manually. Just create empty file called WCMD_ENG_MY.LNG:

Code: Select all

English (custom)

6263="Select for copying ---> (&left to right)\tCtrl+L"
6264="Select for copying <--- (r&ight to left)\tCtrl+R"
6266="View left <---\tF3"
6267="View right --->\tShift+F3"
6269="Delete left <---"
6270="Delete right --->"
6283="Copy file proper&ties ---> (left to right)...\tCtrl+Alt+L"
6284="Copy file pr&operties <--- (right to left)...\tCtrl+Alt+R"
Of course, you may change text as you want. Next, switch to this language file (missing lines will be in embedded English).
User avatar
kluvi
Junior Member
Junior Member
Posts: 45
Joined: 2010-02-18, 11:13 UTC
Location: Czech rep.

Post by *kluvi »

MVV wrote:I added strings <-- and --> for theese items in my language file. You may do the same manually. Just create empty file called WCMD_ENG_MY.LNG:

Code: Select all

English (custom)

6263="Select for copying ---> (&left to right)\tCtrl+L"
6264="Select for copying <--- (r&ight to left)\tCtrl+R"
6266="View left <---\tF3"
6267="View right --->\tShift+F3"
6269="Delete left <---"
6270="Delete right --->"
6283="Copy file proper&ties ---> (left to right)...\tCtrl+Alt+L"
6284="Copy file pr&operties <--- (right to left)...\tCtrl+Alt+R"
Of course, you may change text as you want. Next, switch to this language file (missing lines will be in embedded English).
You are right. But it solves problem only for me and only to next update of TCMD. I think that it can be useful for anyone.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Next update won't have WCMD_ENG_MY.LNG file so it will work for it too.

But only for you and other people who use such things, here you're right.
User avatar
kluvi
Junior Member
Junior Member
Posts: 45
Joined: 2010-02-18, 11:13 UTC
Location: Czech rep.

Post by *kluvi »

MVV wrote:Next update won't have WCMD_ENG_MY.LNG file so it will work for it too.
Yes, but i am using WCMD_CZ.LNG and therefore i cant use embedded ENG.... :)
I can try to persuade the author of czech LNG, but it should be better to include it in standard build...I think so.... ;-)
Post Reply