Forum Discussion
ShellExtension Context Menu issue with "additional settings"
- Feb 09, 2022
TIMOTHY_MANGAN Thank you for your question. Are you still looking for an answer to this question?
Notepad++ uses the legacy IContextMenu interface to do that, but your manifest was using windows.fileExplorerContextMenus which is for the IExplorerCommand interface. We only added support for IContextMenu interface in a later version. In the manifest you should use windows.fileExplorerClassicContextMenuHandler
TIMOTHY_MANGAN Thank you for your question. Are you still looking for an answer to this question?
Notepad++ uses the legacy IContextMenu interface to do that, but your manifest was using windows.fileExplorerContextMenus which is for the IExplorerCommand interface. We only added support for IContextMenu interface in a later version. In the manifest you should use windows.fileExplorerClassicContextMenuHandler