Feature request: File size in bytes.

Have a suggestion for "Everything"? Please post it here.
Post Reply
Janus
Posts: 84
Joined: Mon Nov 07, 2016 7:33 pm

Feature request: File size in bytes.

Post by Janus »

I do a lot of tinkering with open source projects, and this would help me..

I know this won't make sense to people who do not work like I do.
But the ability to see the file size in bytes would be great.

I know it is weird, but it is handy sometimes.
Currently I use ztree for this, but constantly refreshing the logged directory trees gets annoying.

Janus.
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Feature request: File size in bytes.

Post by ovg »

Already implemented! :mrgreen:

Exit Everything.
Open Everything.ini in text editor.
Find size_format key and set it to 1,

Code: Select all

size_format=1
Find statusbar_size_format key and set it to 1,

Code: Select all

statusbar_size_format=1
Save file and start Everything
Enjoy :mrgreen:
Janus
Posts: 84
Joined: Mon Nov 07, 2016 7:33 pm

Re: Feature request: File size in bytes.

Post by Janus »

Thank you, that helps a lot.

Much gratitude.


Janus.
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Feature request: File size in bytes.

Post by ovg »

You are welcome!
therube
Posts: 4977
Joined: Thu Sep 03, 2009 6:48 pm

Re: Feature request: File size in bytes.

Post by therube »

Tools | Options | General -> View --> Size format: Bytes
Janus
Posts: 84
Joined: Mon Nov 07, 2016 7:33 pm

Re: Feature request: File size in bytes.

Post by Janus »

First place I looked, and where I expected to find it.
Annoyingly, it wasn't there. {v 1.4.1.877}
However, now that I did the above adjustment, it is.
Quite confusing, and may be a byproduct of multiple generations of installs.

It is done however, and I appreciate it.


Janus.
Post Reply