mirror of
https://github.com/ForLoopCodes/legacy-notepad.git
synced 2026-04-26 12:25:50 +03:00
[GH-ISSUE #23] Right Click Menu #12
Labels
No labels
bug
bug
documentation
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/legacy-notepad#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BrianJ20 on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/ForLoopCodes/legacy-notepad/issues/23
Originally assigned to: @ForLoopCodes on GitHub.
I've found myself right missing the old notepad right click menu quite often. Muscle memory from 20 years of notepad usage.
Any chance that could be added. It's especially the copy/paste parts i'm missing.
Also if the icon menu could include selecting from windows own icons (C:\Windows\SystemResources\imageres.dll.mun) that would be great.
@ForLoopCodes commented on GitHub (Feb 6, 2026):
almost forgot it lol
@ForLoopCodes commented on GitHub (Mar 4, 2026):
Implemented: right-click in editor now shows a classic edit context menu (Undo/Cut/Copy/Paste/Delete/Select All).
Also added icon loading from Windows icon libraries (.exe, .dll, .icl, .mun) in addition to .ico.
This will be available in the next release.