Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

MikeCoder96/notepad-plus-plus-context-menu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad++ Context Menu

This is a fork of Custom Context Menu edited only for Notepad++ For Windows 11 new context menu

image

What works

  • Context menu on folder will open all files inside
  • Multiple files opening from context menu "Multiple file selection"
  • If the exe path is empty, context menu command will not be shown

Setup

  • Open the app
  • Set path of notepad++.exe
  • Save and reload cache

How To

Clone this repo, build from Visual Studio. Follow steps from ikas-mc down there.

Guides

https://github.com/ikas-mc/ContextMenuForWindows11/wiki

Build

https://github.com/ikas-mc/ContextMenuForWindows11/blob/main/build.md

More

https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extensions#context-menu

https://github.com/MicrosoftDocs/winrt-related/blob/docs/winrt-related-src/schemas/appxpackage/uapmanifestschema/element-desktop5-itemtype.md

https://github.com/microsoft/Windows-classic-samples/tree/master/Samples/Win7Samples/winui/shell/appshellintegration/ExplorerCommandVerb

https://github.com/microsoft/AppModelSamples/tree/0f88fe0a8bbb90051f6c126741b881288bb5cabb/Samples/SparsePackages/PhotoStoreContextMenu

https://github.com/microsoft/terminal/tree/fb597ed304ec6eef245405c9652e9b8a029b821f/src/cascadia/ShellExtension

https://github.com/MicrosoftDocs/windows-uwp/blob/docs/hub/apps/desktop/modernize/integrate-packaged-app-with-file-explorer.md

https://docs.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?view=msvc-170

Packages

No packages published

Languages

  • C# 64.2%
  • C++ 34.5%
  • C 1.3%