E++ can't compute folder sizes

Found a bug or something that needs fixing?
Post Reply
crcpucmg
Posts: 1
Joined: Fri Jan 19, 2018 11:10 pm

E++ can't compute folder sizes

Post by crcpucmg »

I noticed two bugs in the

explorer ++ v1.4.0.107 (64-bit Unicode build)
Build Date: 02/03/2013 21:14:07

comparing with the version

explorer ++ v1.3.5.531 (64-bit Unicode build)
Build Date: 11/20/2017 18:24:43

both tested in Windows 10 - [version 10.0.16299.192]

First, the size of some folders are not up to date
or even being computed (which did not happen in the older version).

Another issue is the randomly disappearance of icons on the toolbar
(such as Manage Bookmark or Open Command Prompt)
or duplicate (like the Bookmark currrent tab)
or lack of indication when mouse hovering.

Thanks.

CRC-PUCMG
Janus
Posts: 46
Joined: Fri Aug 05, 2016 9:03 am

Re: E++ can't compute folder sizes

Post by Janus »

@crcpucmg

I am not a W10 user, not shall I ever be, however I have had some of the same issues.
I have a fork I made to fix folder size computation.
It is made from the 180203 commit on github.
Eventually I will figure out how to make a diff to quickly apply my preferred changes.
It is over on
https://explorerplusplus.com/forum/vie ... =2&t=1988

It uses http://www.voidtools.com everything to retrieve rather calculate or add up foldersizes.
Everything also keeps track of all your files, so things are a lot harder to lose.

I have exes and necessary support DLLs available as I had to alter the voidtools DLL for what I needed.
Full sources as well if you are feeling adventurous.

This might solve your problem.


Janus.
Post Reply