The problem is most editable file types are stored in caches (QTextDocuments) and are nly written to disk when absolutely required as disk access is slow. So to get an accurate estimate of file sizes requires the cache to be written first. Not something that should be done with every mouseover.
|