2010-11-06 23:56:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2010-10-24 23:49:07 +00:00
|
|
|
<!--
|
|
|
|
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
|
|
|
|
-->
|
2009-04-24 23:34:47 +00:00
|
|
|
<NotepadPlus>
|
|
|
|
<ScintillaContextMenu>
|
2010-11-06 23:56:57 +00:00
|
|
|
<!--
|
|
|
|
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...")
|
|
|
|
-->
|
2009-04-24 23:34:47 +00:00
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Cut"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Copy"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Paste"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Delete"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Select all"/>
|
2010-11-06 23:56:57 +00:00
|
|
|
|
2010-10-24 23:49:07 +00:00
|
|
|
<!-- id="0" is the separator -->
|
2009-04-24 23:34:47 +00:00
|
|
|
<Item id="0"/>
|
2010-11-06 23:56:57 +00:00
|
|
|
|
2010-10-24 23:49:07 +00:00
|
|
|
<!-- You can use command id to add the commands you want.
|
|
|
|
Check english.xml to get commands id:
|
|
|
|
http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/trunk/PowerEditor/installer/nativeLang/english.xml
|
2010-10-30 11:25:17 +00:00
|
|
|
|
2010-11-06 23:56:57 +00:00
|
|
|
Use FolderName (optional) to create sub-menu. FolderName can be used in any type of item.
|
2010-10-24 23:49:07 +00:00
|
|
|
-->
|
2010-10-30 11:25:17 +00:00
|
|
|
<Item FolderName="Style token" id="43022"/>
|
|
|
|
<Item FolderName="Style token" id="43024"/>
|
|
|
|
<Item FolderName="Style token" id="43026"/>
|
|
|
|
<Item FolderName="Style token" id="43028"/>
|
|
|
|
<Item FolderName="Style token" id="43030"/>
|
|
|
|
|
|
|
|
<Item FolderName="Remove style" id="43023"/>
|
|
|
|
<Item FolderName="Remove style" id="43025"/>
|
|
|
|
<Item FolderName="Remove style" id="43027"/>
|
|
|
|
<Item FolderName="Remove style" id="43029"/>
|
|
|
|
<Item FolderName="Remove style" id="43031"/>
|
|
|
|
<Item FolderName="Remove style" id="43032"/>
|
2010-10-24 23:49:07 +00:00
|
|
|
<Item id="0"/>
|
2010-11-06 23:56:57 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
To add plugin commands, you have to use PluginEntryName and PluginCommandItemName to localize the plugin commands
|
|
|
|
-->
|
|
|
|
<Item FolderName="Plugin commands" PluginEntryName="MIME Tools" PluginCommandItemName="Base64 Encode" />
|
|
|
|
<Item FolderName="Plugin commands" PluginEntryName="MIME Tools" PluginCommandItemName="Base64 Decode" />
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Use ItemNameAs (optional) to rename the menu item name in the context menu
|
|
|
|
ItemNameAs can be used in any type of item.
|
|
|
|
-->
|
|
|
|
<Item PluginEntryName="NppExport" PluginCommandItemName="Copy all formats to clipboard" ItemNameAs="Copy Text with Syntax Highlighting" />
|
2010-10-24 23:49:07 +00:00
|
|
|
|
2009-04-24 23:34:47 +00:00
|
|
|
<Item id="0"/>
|
2009-09-19 21:43:11 +00:00
|
|
|
<Item MenuEntryName="Edit" MenuItemName="UPPERCASE"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="lowercase"/>
|
2009-04-24 23:34:47 +00:00
|
|
|
<Item id="0"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Toggle block comment"/>
|
|
|
|
<Item MenuEntryName="Edit" MenuItemName="Stream comment"/>
|
|
|
|
<Item id="0"/>
|
|
|
|
<Item MenuEntryName="View" MenuItemName="Hide lines"/>
|
|
|
|
</ScintillaContextMenu>
|
2010-10-24 23:49:07 +00:00
|
|
|
</NotepadPlus>
|