Re: [Pending]new feature wish: frozen folders
Posted: 27 Aug 2015 08:42
@autocart right, you've explained this much better than I could. 
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Hey, thx for the compliment, Sammay!SammaySarkar wrote:@autocart right, you've explained this much better than I could.
andadmin wrote:It just has to be done. But not now, this needs some thinking. Next year maybe.
Edit in square brackets made by me.admin wrote:I have putfrozen folders[cold columns] somewhere deep down in my brain. One day it will spit out something useful.
What's the use of it? The whole thread is about freezing columns so that a tab switch / opening the folder doesn't result into processing that column again. But ofc any extra column is repopulated when that happens, too (yeah, sure that's faster than getting the data for each file every time but it's static content that needs to be updated by the user). Apart from the "problem" that the tags.dat grows larger and larger for all those "temporary" items that you save information for (which normally would be extracted on the fly only when needed).Therefore I have just an idea for a workaround if somebody want to try programming it. (Am not sure if it can really work, though.):
Use an "Extra Column" -> Put type to "Text" -> now every item can have its own static text attached to it, shown in the extra column.
highend wrote:What's the use of it?
For your critical mind let me change that to "extremely slow data" (e.g. thinking of MD5 or what ever is too slow for the end user).autocart wrote:this could be a workaround for "slow data", right?
Answer:highend wrote:but it's static content that needs to be updated by the user).
Therefore you HAVE TO update it manually (by pressing a button).highend wrote:The whole thread is about freezing columns so that a tab switch / opening the folder doesn't result into processing that column again.
You do have a point there. This could amount to a lot of items/data in the tags.dat.highend wrote:Apart from the "problem" that the tags.dat grows larger and larger for all those "temporary" items that you save information for (which normally would be extracted on the fly only when needed).
No^^ What you're doing manually is to store data but the processing of that extra column happens automatically every time. No manual intervention possible currently...Therefore you HAVE TO update it manually (by pressing a button).
My keywords for you should then be:highend wrote:No^^ What you're doing manually is to store data but the processing of that extra column happens automatically every time. No manual intervention possible currently...Therefore you HAVE TO update it manually (by pressing a button).