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

OSCHINA-MIRROR/magicodex-quicktogglefile

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
plugin.xml 5.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
cc.z Отправлено 11.12.2018 16:18 fc3b406
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<!-- 命令 -->
<extension
point="org.eclipse.ui.commands">
<category
name="%commands.category.name"
id="com.retaiyang.quickopenfile.commands.category">
</category>
<!-- 首选项“快速打开文件1” -->
<command
name="%commands.quickOpenFile1.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile1">
</command>
<!-- 首选项“快速打开文件2” -->
<command
name="%commands.quickOpenFile2.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile2">
</command>
<!-- 首选项“快速打开文件3” -->
<command
name="%commands.quickOpenFile3.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile3">
</command>
<!-- 首选项“快速打开文件4” -->
<command
name="%commands.quickOpenFile4.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile4">
</command>
<!-- 首选项“快速打开文件5” -->
<command
name="%commands.quickOpenFile5.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile5">
</command>
<!-- 首选项“快速打开文件6” -->
<command
name="%commands.quickOpenFile6.name"
categoryId="com.retaiyang.quickopenfile.commands.category"
id="com.retaiyang.quickopenfile.commands.quickOpenFile6">
</command>
</extension>
<!-- 处理器 -->
<extension
point="org.eclipse.ui.handlers">
<!-- “快速打开文件1”处理器-->
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile1"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile1Handler">
</handler>
<!-- “快速打开文件2”处理器-->
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile2"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile2Handler">
</handler>
<!-- “快速打开文件3”处理器-->
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile3"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile3Handler">
<!-- “快速打开文件4”处理器-->
</handler>
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile4"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile4Handler">
</handler>
<!-- “快速打开文件5”处理器-->
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile5"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile5Handler">
<!-- “快速打开文件6”处理器-->
</handler>
<handler
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile6"
class="com.retaiyang.quickopenfile.handlers.QuickOpenFile6Handler">
</handler>
</extension>
<!-- 快捷键 -->
<extension
point="org.eclipse.ui.bindings">
<!-- “快速打开文件1”快捷键 -->
<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile1"
contextId="org.eclipse.ui.contexts.window"
sequence="CTRL+8"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<!-- “快速打开文件2”快捷键 -->
<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile2"
contextId="org.eclipse.ui.contexts.window"
sequence="CTRL+SHIFT+8"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<!-- “快速打开文件3”快捷键 -->
<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile3"
contextId="org.eclipse.ui.contexts.window"
sequence="CTRL+9"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<!-- “快速打开文件4”快捷键 -->
<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile4"
contextId="org.eclipse.ui.contexts.window"
sequence="CTRL+SHIFT+9"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<!--<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile5"
contextId="org.eclipse.ui.contexts.window"
sequence=""
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
<key
commandId="com.retaiyang.quickopenfile.commands.quickOpenFile6"
contextId="org.eclipse.ui.contexts.window"
sequence=""
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>-->
</extension>
<!-- 首选项 -->
<extension
point="org.eclipse.ui.preferencePages">
<page
class="com.retaiyang.quickopenfile.preferences.PreferencePage"
id="com.retaiyang.quickopenfile.preferences.PreferencePage"
name="%preferences.PreferencePage.name">
</page>
</extension>
<!-- 首选项默认值 -->
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="com.retaiyang.quickopenfile.preferences.PreferenceInitializer">
</initializer>
</extension>
</plugin>

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

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

1
https://api.gitlife.ru/oschina-mirror/magicodex-quicktogglefile.git
git@api.gitlife.ru:oschina-mirror/magicodex-quicktogglefile.git
oschina-mirror
magicodex-quicktogglefile
magicodex-quicktogglefile
master