edit icon indicating copy to clipboard operation
edit copied to clipboard

Feature request: Add context menu item to Windows Explorer

Open KuRRe8 opened this issue 6 months ago • 3 comments

Many editors add a direct "Open" option to the file right-click menu in Windows Explorer after installation. Could we also add an "Open in EDIT" entry?

Since this software isn't installed using Windows Installer, would it be possible to include a setup script (for different operating systems) in future release packages, allowing users to optionally enable certain features(such as add to start menu, context menu, generate user profile)? As for packages distributed via winget, I'm not sure if there's an easy way to modify the context menu in that case.

Or just add some extra argument options to the program itself.

KuRRe8 avatar May 30 '25 05:05 KuRRe8

Could simply add an .lnk to the SendTo folder.

Image

That's indeed a good approach!!

KuRRe8 avatar May 30 '25 18:05 KuRRe8

Image

If you want to add it to the right-click menu in Windows 11, you can also use https://github.com/ikas-mc/ContextMenuForWindows11 to do so. It's very simple—just fill in the path to edit.exe as required. Both the icon and name can be customized.

kusutori avatar Jun 14 '25 12:06 kusutori

We think that the ability to open files belongs into the "Open With" menu. As such, an additional "Open with Edit" for files would be redundant.

lhecker avatar Jul 02 '25 20:07 lhecker