一、 xml规范
以下为第一第二行,也必须是第一第二行。
二、 内容都包含在标签内。
…内容…
三、 具体内容。
1定义command名称和id。
2定义动作
3定义ui显示
最终代码形式:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<!--定义名称和ID-->
<extension point="org.eclipse.ui.commands">
<command name="样本命令" i