Multiple instances[Solved]

General discussion related to "Everything".
Post Reply
SsdHddUsb
Posts: 2
Joined: Fri Aug 08, 2014 9:01 pm

Multiple instances[Solved]

Post by SsdHddUsb »

The new version does not allow multiple instances . :( Why :?:

Code: Select all

Everything.ini/allow_multiple_instances=1
You can add this as option to choose in interface in the future versions.
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: Multiple instances[Solved]

Post by therube »

I'm not understanding?
Is "multiple instances" different from File | New Search Window (Ctrl+N), as that has always worked AFAIK.
And I'm not seeing any difference when toggling that setting?
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: Multiple instances[Solved]

Post by void »

The Allow multiple instances option was removed from the UI in Everything 1.3 in favor of named instances.

Allow multiple instances option is still available in Everything.ini by setting the allow_multiple_instances value to 1:

Code: Select all

allow_multiple_instances=1
Post Reply