25755fd810
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@690 f5eea248-9336-0410-98b8-ebc06183d4e3
53 lines
2.7 KiB
XML
53 lines
2.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252" ?>
|
|
<!--
|
|
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 -->
|
|
<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"/>
|
|
<!-- id="0" is the separator -->
|
|
<Item id="0"/>
|
|
<!-- 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
|
|
|
|
Use FolderName (optional) to create sub-menu. FolderName can be used in any item.
|
|
-->
|
|
<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"/>
|
|
<Item id="0"/>
|
|
<!-- 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"/>
|
|
<Item FolderName="Plugin commands" PluginEntryName="NppExport" PluginCommandItemName="Copy all formats to clipboard"/>
|
|
|
|
<Item id="0"/>
|
|
<Item MenuEntryName="Edit" MenuItemName="UPPERCASE"/>
|
|
<Item MenuEntryName="Edit" MenuItemName="lowercase"/>
|
|
<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>
|
|
</NotepadPlus>
|