The application doesn't respond when I select many Items

Found a bug in "Everything"? report it here
Debugger
Posts: 719
Joined: Thu Jan 26, 2017 11:56 am

The application doesn't respond when I select many Items

Post by Debugger »

The application doesn't respond when I select 25,000 items and try to open the Context Menu.

In comparison, MasterSeeker doesn't have these limitations and runs super fast and stable, even when selecting an unimaginable number. It can display a pop-up window, such as "copy all paths."
therube
Posts: 5727
Joined: Thu Sep 03, 2009 6:48 pm

Re: The application doesn't respond when I select many Items

Post by therube »

WFM, 34875 items.

Now, it was time consuming.
Enabling all the "pidl" items did not seem to help any.

Everything may go opaque, for a while, & context cannot be taken away from Everything during this time - or you'll end up loosing the context-menu action.

Maybe there is some other setting to speed things up?


Each CPU / RAM spike was during the duration of the context-menu action.
.
Everything - context menu 32k items.png
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19901
Joined: Fri Oct 16, 2009 11:31 pm

Re: The application doesn't respond when I select many Items

Post by void »

Showing context menu shell extensions is important in Everything.
It takes a long time to build context menu with shell extensions for many items.
A progress bar is shown when building the context menu for many items.
Press ESC to cancel.



Enabling context_menu_simple_pidl can improve performance.
However, some context menu shell extension items will not work. (right click -> Properties will have missing information)

To enable context_menu_simple_pidl:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    context
  • Select: context_menu_simple_pidl
  • Set the value to: true
  • Click OK.
context_menu_simple_pidl



Disable context menu shell extensions if you want instant context menus:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    context
  • Select: context_menu_shell_extensions
  • Set the value to: false
  • Click OK.
context_menu_shell_extensions

-or-

Use the main File menu.
therube
Posts: 5727
Joined: Thu Sep 03, 2009 6:48 pm

Re: The application doesn't respond when I select many Items

Post by therube »

Disable context menu shell extensions if you want instant context menus

-or-

Use the main File menu
They work.