francostellari / NppPlugins

Other
105 stars 6 forks source link

[MenuIcons] "Copy Link" in Context Menu #61

Open Yaron10 opened 8 months ago

Yaron10 commented 8 months ago

STR:

<Item MenuEntryName="Edit" MenuItemName="Copy"/>
<Item MenuEntryName="Edit" MenuItemName="Paste"/>
<Item MenuEntryName="Edit" MenuItemName="Cut"/>
<Item MenuEntryName="Edit" MenuItemName="Delete"/>

Have only those commands in contextMenu.xml. Right-click on a link.

Result: Copy is replaced with "Copy Link", and the icons are not displayed. See https://github.com/notepad-plus-plus/notepad-plus-plus/commit/d155f0326a1bb098d7df3eebfb04e00391e4c8e9.

Thank you.