mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<conponent>
|
|
<group id="vcs">
|
|
<feature
|
|
id="vcs.show.quick.list"
|
|
tip-id="VcsQuickList"
|
|
show-in-guide="false"
|
|
min-usage-count="3"
|
|
utility-score="4">
|
|
<track-action id="Vcs.QuickListPopupAction"/>
|
|
</feature>
|
|
|
|
<feature
|
|
id="vcs.pull.requests"
|
|
tip-id="pull_requests"
|
|
show-in-guide="false"
|
|
min-usage-count="2"
|
|
utility-score="3">
|
|
<track-action id="Github.View.Pull.Request"/>
|
|
</feature>
|
|
|
|
<feature
|
|
id="vcs.use.integration"
|
|
tip-id="VCS_general"
|
|
show-in-guide="false"
|
|
min-usage-count="5"
|
|
utility-score="4">
|
|
<track-action id="ActivateVersionControlToolWindow"/>
|
|
<track-action id="CheckinProject"/>
|
|
</feature>
|
|
|
|
<feature
|
|
id="vcs.compare.file.versions"
|
|
tip-id="Compare"
|
|
show-in-guide="false"
|
|
min-usage-count="3"
|
|
utility-score="3">
|
|
<track-action id="Compare.Selected"/>
|
|
<track-action id="Git.CompareWithBranch"/>
|
|
<track-action id="hg4idea.CompareWithBranch"/>
|
|
<track-action id="Subversion.CompareWithBranch"/>
|
|
</feature>
|
|
|
|
<!--Failed to find the way how to track usage of this feature-->
|
|
<!--<feature-->
|
|
<!-- id="vcs.partial.commit"-->
|
|
<!-- tip-id="partial_git_commit"-->
|
|
<!-- show-in-guide="false"-->
|
|
<!-- utility-score="3">-->
|
|
<!--</feature>-->
|
|
|
|
<feature
|
|
id="vcs.annotate"
|
|
tip-id="AnnotationsAndDiffs"
|
|
show-in-guide="false"
|
|
min-usage-count="3"
|
|
utility-score="4">
|
|
<track-action id="Annotate"/>
|
|
</feature>
|
|
</group>
|
|
</conponent> |