You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.commands">
<command
name="内部截图"
id="com.connor.nhjs.screenshot.ScreenShotCommand">
</command>
<command
name="外部截图"
id="com.connor.nhjs.screenshot.ScreenShotCommand#true">
</command>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="com.connor.nhjs.screenshot.ScreenShotHandler"
commandId="com.connor.nhjs.screenshot.ScreenShotCommand">
</handler>
<handler
class="com.connor.nhjs.screenshot.ScreenShotHandler"
commandId="com.connor.nhjs.screenshot.ScreenShotCommand#true">
</handler>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
locationURI="menu:cn.net.connor.std.processedit.mainmenu?after=additions">
<menu id="com.connor.nhjs.screenshot" label="截图工具" mnemonic="M">
<command commandId="com.connor.nhjs.screenshot.ScreenShotCommand" id="com.connor.nhjs.screenshot.ScreenShotCommand" mnemonic="S"/>
<command commandId="com.connor.nhjs.screenshot.ScreenShotCommand#true" id="com.connor.nhjs.screenshot.ScreenShotCommand#true" mnemonic="S"/>
</menu>
</menuContribution>
</extension>
</plugin>