3 Star 4 Fork 0

alroy/r.comment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
plugin.xml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
alroy 提交于 2014-09-05 17:12 . 项目初始
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="AddComment Action Set"
visible="true"
id="r.comment.actionSet">
<action
class="r.comment.actions.CommentAction"
definitionId="r.comment.actions.CommentAction"
id="r.comment.actions.CommentAction">
</action>
</actionSet>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key sequence="Ctrl+/"
contextId="org.eclipse.ui.textEditorScope"
commandId="r.comment.actions.CommentAction"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" />
</extension>
<extension
point="org.eclipse.ui.commands">
<category id="r.comment.category"
name="r.comment" />
<command name="Toggle Comment - r.comment"
id="r.comment.actions.CommentAction"
categoryId="r.comment.category" />
</extension>
</plugin>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/alroy/r.comment.git
[email protected]:alroy/r.comment.git
alroy
r.comment
r.comment
master

搜索帮助