notepad-plus-plus / nppShell

Provide Explorer context menu entry "Edit with Notepad++"
GNU General Public License v3.0
25 stars 13 forks source link

[Win11] Edit With Notepad++ shown with video files #48

Closed Hadden89 closed 1 year ago

Hadden89 commented 1 year ago

Probably a win issue, but Is a bit fun to be able to edit video files with notepad++ :D

image

Npp 8.5.7 Win11 22H2 22621.2361

GurliGebis commented 1 year ago

The problem is that there is no denylist for filetypes in the msix manifest. So we would have to implement it in code.

@donho what do you think? Should I add change the code, so if certain media files (images, audio and video) is right clicked, we just return false to showing the menu item?

donho commented 1 year ago

@GurliGebis Some users (if not a lot of user) want to modify everything with Notepad++, so let's keep this "feature" :)

GurliGebis commented 1 year ago

@donho If they can modify those kinds of files in notepad++, I'll say, all the power to them 😀