[Fixed] Unnecessary Refr. in FS-Plugin after viewing File

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
ricobautsch
Member
Member
Posts: 103
Joined: 2005-06-21, 00:42 UTC

[Fixed] Unnecessary Refr. in FS-Plugin after viewing File

Post by *ricobautsch »

View File in Plugin-FileSystem with F3, close Lister.

After that, TC refreshes the files (calls FsFindFirst... again)
This happens only, if the plugin tells TC, that the files are NOT local (FsLinksToLocalFiles = False).

Is this Refresh nessesary?

To retrieve the files can take time in some cases, and a refresh after each viewing the file isn't very nice.
Last edited by ricobautsch on 2006-12-03, 22:19 UTC, edited 1 time in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, I think that this is done because the file is copied to TEMP and then deleted (may cause file system changes).
Author of Total Commander
https://www.ghisler.com
ricobautsch
Member
Member
Posts: 103
Joined: 2005-06-21, 00:42 UTC

Post by *ricobautsch »

Sorry, i don't understand.
How can copying to and deleting from TEMP cause files system changes in the remote plugin-filesystem, if FsLinksToLocalFiles is False???

Old version (6.55) refreshed never after viewing with F3.

New beta version refreshes always, if FsLinksToLocalFiles = False, which is the case in all existing plugins not implementing this function.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I will check that, I didn't expect that it was different from TC 6.55.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

This should be fixed now - please confirm!
Author of Total Commander
https://www.ghisler.com
User avatar
Flint
Power Member
Power Member
Posts: 3487
Joined: 2003-10-27, 09:25 UTC
Location: Antalya, Turkey
Contact:

Post by *Flint »

Confirm fixing (tested with an old plugin which does not support new TC7 features - ProcFS aka Task Manager).
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 10.52 / Win10 x64
ricobautsch
Member
Member
Posts: 103
Joined: 2005-06-21, 00:42 UTC

Post by *ricobautsch »

Confirmed too. Works well now. Thanx.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks for checking!
Author of Total Commander
https://www.ghisler.com
Post Reply