moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
2.9k stars 96 forks source link

Some Missing Options #386

Closed RandomGuy117 closed 6 months ago

RandomGuy117 commented 6 months ago

When you hover over new in the context menu. You get all the options except "Create Shortcut", which is available in the original windows context menu:

image

Pin to Start Menu Option is also missing here :

image

YisusChrist commented 6 months ago

Another issue I notice is that the Vscode option is not grouped inside the 'Develop' category and that category is missing from the options list. It should appear this way by default:

image

I did a clean installation with the default settings and that module does not appear to be loading properly. Is there any way to group the options manually inside existing categories or create new ones?

RubicBG commented 6 months ago

When you hover over new in the context menu. You get all the options except "Create Shortcut", which is available in the original windows context menu:

image

Pin to Start Menu Option is also missing here :

image

https://github.com/moudey/Shell/issues/341#issuecomment-1747754752 https://github.com/moudey/Shell/issues/346

RubicBG commented 6 months ago

Another issue I notice is that the Vscode option is not grouped inside the 'Develop' category and that category is missing from the options list. It should appear this way by default:

image

I did a clean installation with the default settings and that module does not appear to be loading properly. Is there any way to group the options manually inside existing categories or create new ones?

the menu is hidden by default - not everyone uses this menu. you can show it with SHIFT+CLICK or edit\imports\develop.nss: delete vis=key.shift() from menu(mode="multiple" title='&Develop' vis=key.shift() sep=sep.bottom image=\uE26E)

RandomGuy117 commented 6 months ago

Another issue I notice is that the Vscode option is not grouped inside the 'Develop' category and that category is missing from the options list. It should appear this way by default:

image

I did a clean installation with the default settings and that module does not appear to be loading properly. Is there any way to group the options manually inside existing categories or create new ones?

the menu is hidden by default - not everyone uses this menu. you can show it with SHIFT+CLICK or edit\imports\develop.nss: delete vis=key.shift() from menu(mode="multiple" title='&Develop' vis=key.shift() sep=sep.bottom image=\uE26E)

Thanks a lot. Feeling good after fixing it myself :).

The Shortcut Option: image

The Pin Option: image