Hello everyone.
I'm having a problem with TC. I have a folder that contains a lot of images and I need to rename the files in question manually. After each completed renaming, the file list automatically refreshes the file list and reloads the thumbnails. This repeated reloading causes that in between file renaming, I need to wait for TC to finish reloading all the images before I can continue renaming.
Is there an option for TC to allow the software to not refresh the list immediately after each rename, but until the user chooses to refresh it?
Refresh after Rename
Moderators: Hacker, petermad, Stefan2, white
Re: Refresh after Rename
Make a button with the command
cm_SwitchWatchDirs
This toggles watching for changes.
cm_SwitchWatchDirs
This toggles watching for changes.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: Refresh after Rename
I will try, thank you!Horst.Epp wrote: 2022-01-10, 14:47 UTC Make a button with the command
cm_SwitchWatchDirs
This toggles watching for changes.