Hello,
I have some trouble with the windows shell context menu displayed in DOpus
DOpus screenshot

We can see that highlighted entries is not showed in Explorer (what it's a good thing)
Explorer screenshot

We can see that highlighted entries is not showed in DOpus (what it's a bad thing)
Indeed, I customized the "new document" entries with tweakUI. It works perfect with explorer unlike DOpus.
The registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew
contains every entries showed by explorer and which DOpus should show too.
Every extension have a template referred to the registry at
[HKEY_CLASSES_ROOT\.ext\ShellNew]
"FileName"="template.js"
The button code referred to windows shell in the list context menu is the default one aka:
FileType CONTEXTMENU=Directory\Background
So I don't know what's wrong. Shouldn't DOpus show the same menu as windows explorer?

