Page 1 of 1

Some bugs in the multiple rename tool.

Posted: 2025-04-27, 09:56 UTC
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?

Re: Some bugs in the multiple rename tool.

Posted: 2025-04-27, 11:14 UTC
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.

Re: Some bugs in the multiple rename tool.

Posted: 2025-04-27, 11:27 UTC
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

Re: Some bugs in the multiple rename tool.

Posted: 2025-04-28, 07:51 UTC
by xxxdo1
2petermad
Thanks, it works.