Page 1 of 1

add item to context menu inside recycle bin

Posted: Thu Sep 01, 2022 10:25 am
by redwood
can the recycle bin context menu be edit?

Re: add item to context menu inside recycle bin

Posted: Thu Sep 01, 2022 10:59 am
by void
I will consider an option to do this.
(It can be done by treating the recycle bin PIDLs as simple PIDLs)

For now, please try dragging your files from the recycle bin in Everything to your editing program.

Re: add item to context menu inside recycle bin

Posted: Thu Sep 01, 2022 1:46 pm
by redwood
thank you. I hope the Everything context menu can get the file size in bytes and search it e.g. (size:3263037440)
would be useful in find duplicate files

Re: add item to context menu inside recycle bin

Posted: Thu Sep 01, 2022 11:05 pm
by void
Everything 1.4 is reporting the size as 0 in the properties for recycle bin files.
The file size should be correctly shown in the Size column in Everything 1.4.

You can search for the file size with the following searches:

size:123456
size:1mb..2mb
size:>10mb


The size shown in the properties window will be fixed in Everything 1.5

Re: add item to context menu inside recycle bin

Posted: Fri Sep 09, 2022 7:33 am
by void
Everything 1.5.0.1318a adds a context_menu_focus_simple_pidl ini setting.

When enabled, Everything will treat recycle bin items as simple file-system-files.

To enable context_menu_focus_simple_pidl:
  • Copy and paste the following into your Everything search box:
    /context_menu_focus_simple_pidl=1
  • Press ENTER in your Everything search box.
  • If successful, context_menu_focus_simple_pidl=1 is shown in the status bar for a few seconds.