Слияние кода завершено, страница обновится автоматически
<?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 )