<?xml version="1.0" encoding="UTF-8" ?>
<!--
By modifying this file, you can customize your context menu popuped as right clicking on the edit zone.
It may be more convinient to access to your frequent used commands via context menu than via the top menu.

Please check "How to Customize the Context Menu" on:
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Context_Menu
-->
<NotepadPlus>
    <ScintillaContextMenu>
        <!-- 
        Use MenuEntryName and MenuItemName to localize your commands to add. 
        The values should be in English but not in translated language.
        (You can set Notepad++ language back to English from Preferences dialog via menu "Settings->Preferences...")
        
-->
        <Item MenuEntryName="Edit" MenuItemName="Cut"/>
        <Item MenuEntryName="Edit" MenuItemName="Copy"/>
        <Item MenuEntryName="Edit" MenuItemName="Paste"/>
        <Item id="0"/>
        <Item id="44022"/>
        <!-- >>

 

相关文章: