Panes not refreshed when using TeraCopy

Things you’d like to miss in the future...
Post Reply
selukwe
Posts: 132
Joined: 02 Apr 2012 14:10

Panes not refreshed when using TeraCopy

Post by selukwe »

When copying or moving files to the other pane using TeraCopy with the delivered script, I often find that panes are not refreshed on finishing, even though I have automatic refresh set. Is there some "refresh" script line that I could add at the end of this script so that such operations would be always force-refreshed?

elqasar2
Posts: 239
Joined: 27 Oct 2017 14:04

Re: Panes not refreshed when using TeraCopy

Post by elqasar2 »

Auto-refresh in recent versions is rubbish. I tried reporting a refresh problem more than a week ago, but it didn't even get any reply.

viewtopic.php?f=2&t=25241

Now I'm using 23.70.0200 and auto-refresh is still rubbish. Even on a different computer to that report, I'm still seeing OneDrive overlays not getting updated, and other various other file operations not getting updated in the List.

In the meantime, what am I having to do? F5, F5, F5, F5. Every time. F5.

Look back through the forums. Auto-refresh -- it's an XYplorer weakness.

Norn
Posts: 416
Joined: 24 Oct 2021 16:10

Re: Panes not refreshed when using TeraCopy

Post by Norn »

Not here, using FastCopy.
FastCopy|D:\Tools\FastCopy\FastCopy.exe|/auto_close|Copy
Win10, Win11 @100% 2560x1440 22H2

Delphine
Posts: 47
Joined: 24 Jun 2019 18:37

Re: Panes not refreshed when using TeraCopy

Post by Delphine »

elqasar2 wrote: 05 Oct 2022 00:53 In the meantime, what am I having to do? F5, F5, F5, F5. Every time. F5.
Same problem with my new HP laptop. Solved by pressing Fn + F5 instead of F5 (due to his particular keyboard, I think)
But no problem on my good old desktop.

Hope it will help ....

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Panes not refreshed when using TeraCopy

Post by admin »

This script line will log all change notifications to the debug log:

Code: Select all

logchange 5;
You check the debug log by this line:

Code: Select all

dlog;

Post Reply