Open with context menu

Discussion related to "Everything" 1.5 Alpha.
Post Reply
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Open with context menu

Post by NotNull »

I was still running version 1261, where the Open With entry is missing from the file context menu.
Just updated to 1269 and that issue is gone. Was it fixed or a "happy little accident"?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Open with context menu

Post by void »

The "Open With" context menu item was fixed for unassociated files in version 1265.

Previous versions removed the openas verb from the menu to avoid the duplicated "Open" menu items.

Everything will now check the menu item text and only remove duplicated "Open" entries (that have the "open" verb or "openas" verb).
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Open with context menu

Post by NotNull »

void wrote: Sun Jul 18, 2021 11:31 pm The "Open With" context menu item was fixed for unassociated files in version 1265.
That would explain it: all file associations here are 'portable', meaning that they are not configured in the registry.

Thanks for clarifying!
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Open with context menu

Post by therube »

Could you explain that a bit more?

Code: Select all

_screwed_up_printouts.TXT
- open WITH
CAEF8703DFF90EB56650175770782E07A50C16EA
- open only
sessionstore.json
- open only
c00ab7717503333e.customDestinations-ms
- open only
prefs.js
- open WITH
3171644ACACC0D1AD2A663AD7E590238AD057BD5
- open only
What should I be seeing & why?


(Note that Vim is set as a file handler for all file [not directory] types.
HKCR\VirtualStore\MACHINE\SOFTWARE\Classes\*\OpenWithList\gvim.exe
HKCR\VirtualStore\MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\gvim

I just picked the first hits that came up [for above].)
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Open with context menu

Post by void »

The OS decides what context menu items to add.

From my testing:
File extensions with an open-with-list will show "Open with".
"Open with" is shown for unassociated file extensions.
"Open with" is never shown for files with no extension.
"Open with" is never shown if more than one file is selected.

Are you seeing something different in Windows Explorer?
Are the VIM context menu items not showing correctly?
Post Reply