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

OSCHINA-MIRROR/fatead-CCDemon

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
plugin.xml 8.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Fatead Отправлено 12.10.2020 04:06 c73468e
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.handlers">
<handler
class="ccdemon.handlers.CopyHandler"
commandId="org.eclipse.ui.edit.copy">
<enabledWhen>
<not>
<count
value="0">
</count>
</not>
</enabledWhen>
<activeWhen>
<and>
<with
variable="selection">
<iterate
operator="or">
<instanceof
value="org.eclipse.jface.text.TextSelection">
</instanceof>
</iterate>
</with>
</and>
</activeWhen>
</handler>
<handler
class="ccdemon.handlers.PasteHandler"
commandId="org.eclipse.ui.edit.paste">
<enabledWhen>
<not>
<count
value="0">
</count>
</not>
</enabledWhen>
<activeWhen>
<with
variable="selection">
<iterate
operator="or">
<instanceof
value="org.eclipse.jface.text.TextSelection">
</instanceof>
</iterate>
</with>
</activeWhen>
</handler>
<handler
class="ccdemon.handlers.RecoverHandler"
commandId="ccdemon.cloning.assist.recover">
<enabledWhen>
<not>
<count
value="0">
</count>
</not>
</enabledWhen>
<activeWhen>
<and>
<with
variable="selection">
<iterate
operator="or">
<instanceof
value="org.eclipse.jface.text.TextSelection">
</instanceof>
</iterate>
</with>
</and>
</activeWhen>
</handler>
<handler
class="ccdemon.evaluation.handler.SearchTrialHandler"
commandId="ccdemon.evaluation.searchTrial">
</handler>
<handler
class="ccdemon.evaluation.handler.CalculateTrialNumHandler"
commandId="ccdemon.evaluation.calulateTrialNum">
</handler>
<handler
class="ccdemon.evaluation.handler.CalculateStatisticsHandler"
commandId="ccdemon.evaluation.calulateStatiastics">
</handler>
<handler
class="ccdemon.evaluation.handler.RecordBehaviorHandler"
commandId="ccdemon.evaluation.recordBehavior">
</handler>
<handler
class="ccdemon.evaluation.handler.SearchTypeConfigurationPointHandler"
commandId="ccdemon.evaluation.recordTCP">
class="ccdemon.evaluation.handler.AnalyzeStatisticsHandler"
commandId="ccdemon.evaluation.analyzeStatistics">
</handler>
<handler
class="ccdemon.evaluation.handler.CountTypeIIorIIIHandler"
commandId="ccdemon.evaluation.countTypeIIorIII">
</handler>
<handler
class="ccdemon.evaluation.handler.AnalyzeCPHandler"
commandId="ccdemon.evaluation.analyzeCP">
</handler>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
defaultHandler="ccdemon.handlers.RecoverHandler"
description="Recover the cloning assistance"
id="ccdemon.cloning.assist.recover"
name="Recover">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.SearchTrialHandler"
id="ccdemon.evaluation.searchTrial"
name="SearchTrial">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.CalculateTrialNumHandler"
id="ccdemon.evaluation.calulateTrialNum"
name="CalculateTrialNum">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.CalculateStatisticsHandler"
id="ccdemon.evaluation.calulateStatistics"
name="CalculateStatistics">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.RecordBehaviorHandler"
id="ccdemon.evaluation.recordBehavior"
name="RecordBehavior">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.AnalyzeStatisticsHandler"
id="ccdemon.evaluation.analyzeStatistics"
name="AnalyzeStatistics">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.CountTypeIIorIIIHandler"
id="ccdemon.evaluation.countTypeIIorIII"
name="CountTypeIIorIII">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.SearchTypeConfigurationPointHandler"
id="ccdemon.evaluation.searchTCP"
name="SearchTCP">
</command>
<command
defaultHandler="ccdemon.evaluation.handler.AnalyzeCPHandler"
id="ccdemon.evaluation.analyzeCP"
name="AnalyzeCP">
</command>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="ccdemon.cloning.assist.recover"
contextId="org.eclipse.ui.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+Z">
</key>
</extension>
<extension
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
locationURI="toolbar:org.eclipse.ui.main.toolbar">
<toolbar
id="toolbar:org.eclipse.ui.main.toolbar"
label="Tools">
<command
commandId="ccdemon.evaluation.searchTrial"
icon="icons/search.jpg"
id="ccdemon.command.evaluation.searchTrial"
label="Search Trial"
style="push">
</command>
<command
commandId="ccdemon.evaluation.calulateTrialNum"
icon="icons/calculation.jpg"
id="ccdemon.command.evaluation.trialNum"
label="Calculate Trial Number"
style="push">
</command>
<command
commandId="ccdemon.evaluation.calulateStatistics"
icon="icons/evaluation.png"
id="ccdemon.command.evaluation.calulateStatistics"
label="CaculateStatistics"
style="push">
</command>
<command
commandId="ccdemon.evaluation.recordBehavior"
icon="icons/record.png"
id="ccdemon.command.evaluation.recordBehavior"
label="Record Behavior"
style="push">
</command>
<command
commandId="ccdemon.evaluation.searchTCP"
icon="icons/searchTCP.png"
id="ccdemon.command.evaluation.searchTCP"
label="Search Type Configuration Points"
style="push">
</command>
<command
commandId="ccdemon.evaluation.analyzeStatistics"
icon="icons/excel.png"
id="ccdemon.command.evaluation.analyzeStatistics"
label="AnalyzeStatistics"
style="push">
</command>
<command
commandId="ccdemon.evaluation.countTypeIIorIII"
icon="icons/countType.png"
id="ccdemon.command.evaluation.countType"
label="Count Type II or III"
style="push">
</command>
<command
commandId="ccdemon.evaluation.analyzeCP"
icon="icons/cp.png"
id="ccdemon.command.evaluation.analyzeCP"
label="Analyze Cp"
style="push">
</command>
</toolbar>
</menuContribution>
</extension>
</plugin>

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

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

1
https://api.gitlife.ru/oschina-mirror/fatead-CCDemon.git
git@api.gitlife.ru:oschina-mirror/fatead-CCDemon.git
oschina-mirror
fatead-CCDemon
fatead-CCDemon
master