Maybe a bug with Folders view

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Maybe a bug with Folders view

Post by vsub »

I just updated Everything and notest that when I run it with Folders view already enabled,all files and folders are visible even tho the checkbox "Subfolders" is not enabled

To fix that I simply have to click on any of the drives in the sidebar or on Everything
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Maybe a bug with Folders view

Post by void »

Normally there's no folder sidebar selection.

Call the following on startup to select the "Everything" root.
Everything.exe -explore ""
Last edited by void on Wed Apr 27, 2022 11:51 am, edited 1 time in total.
Reason: -explorer -> -explore
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Maybe a bug with Folders view

Post by vsub »

Am I doing it the wrong way?
This is my shortcut
"C:\Program Files\Tools\Everything\Everything.exe" -explorer "Everything" -instance Backup -db Backup.db -no-auto-include -config Backup.ini
but when I try to open my second instance of everything,the command lines window appears instead
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Maybe a bug with Folders view

Post by void »

Please try the following:

"C:\Program Files\Tools\Everything\Everything.exe" -explore "" -instance Backup -db Backup.db -no-auto-include -config Backup.ini



-explore
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: Maybe a bug with Folders view

Post by vsub »

Yes that works,thanks
Post Reply