1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/alroy-r.comment

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
plugin.xml 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
alroylee Отправлено 05.09.2014 13:12 9c10088
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/alroy-r.comment.git
git@api.gitlife.ru:oschina-mirror/alroy-r.comment.git
oschina-mirror
alroy-r.comment
alroy-r.comment
master