Some bugs in the multiple rename tool.

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Some bugs in the multiple rename tool.

Post by *xxxdo1 »

Some bugs in the multiple rename tool.
  • When the list box selected row loses focus, the background color cannot be cleared.
  • When clicking on a non-existent item in the list box, a border line appears.
Image: https://imgur.com/a/X3cugY0
The above bug also exists in the directory synchronization tool.

The default background color of the selected row is too bright, how to customize the background color of the selected row?
User avatar
white
Power Member
Power Member
Posts: 5743
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Some bugs in the multiple rename tool.

Post by *white »

Confirmed.

There are some visual differences between 32-bit and 64-bit, but they act in the same way.

In the Multi-Rename Tool, clicking below the last item seems to place the focus at the end of the list, below the last visible item in the list. Pressing the Up key then causes the last item in the list to become selected.

In Synchronize Dirs, clicking below the last item results in the last item being selected, but the blue background of the previously selected item persists. Pressing the Up key selects the second-to-last item.
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Some bugs in the multiple rename tool.

Post by *petermad »

how to customize the background color of the selected row?
Change the value of:

Code: Select all

HKEY_CURRENT_USER\Control Panel\Colors\Hilight
in Windows' Registry - for example to

Code: Select all

 0 0 128
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
User avatar
xxxdo1
Junior Member
Junior Member
Posts: 87
Joined: 2024-11-03, 02:45 UTC

Re: Some bugs in the multiple rename tool.

Post by *xxxdo1 »

2petermad
Thanks, it works.
Post Reply