mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
97 lines
2.1 KiB
XML
97 lines
2.1 KiB
XML
<component>
|
|
<group id="codeassists">
|
|
<feature
|
|
id="codeassists.surroundwith.statement"
|
|
tip-id="SurroundWith"
|
|
first-show="5"
|
|
successive-show="5"
|
|
min-usage-count="4"
|
|
/>
|
|
<!--
|
|
<feature
|
|
id="codeassists.surroundwith.expression"
|
|
tip-id="Surround"
|
|
first-show="6"
|
|
successive-show="5"
|
|
min-usage-count="3"
|
|
/>
|
|
-->
|
|
</group>
|
|
|
|
<group id="refactoring">
|
|
<feature
|
|
id="refactoring.introduceVariable"
|
|
tip-id="IntroduceVariable"
|
|
min-usage-count="5"
|
|
first-show="1"
|
|
successive-show="3"
|
|
/>
|
|
|
|
<feature
|
|
id="refactoring.rename"
|
|
tip-id="Rename"
|
|
min-usage-count="2"
|
|
first-show="1"
|
|
successive-show="3"
|
|
/>
|
|
|
|
</group>
|
|
|
|
|
|
<group id="ui">
|
|
<feature
|
|
id="ui.tree.speedsearch"
|
|
tip-id="SpeedSearch"
|
|
first-show="5"
|
|
successive-show="4"
|
|
min-usage-count="6"
|
|
/>
|
|
<feature
|
|
id="ui.scheme.quickswitch"
|
|
tip-id="QuickSwitchScheme"
|
|
first-show="7"
|
|
successive-show="3"
|
|
min-usage-count="1"
|
|
/>
|
|
<feature
|
|
id="ui.recentchanges"
|
|
tip-id="RecentChanges"
|
|
first-show="5"
|
|
successive-show="5"
|
|
min-usage-count="1"
|
|
/>
|
|
<feature
|
|
id="ui.horizontal.scrolling"
|
|
tip-id="HorizontalScrolling"
|
|
first-show="1"
|
|
successive-show="1"
|
|
min-usage-count="1"
|
|
/>
|
|
<!-- TODO: Uncomment usage in InsertPathAction when FeatureUsageTracker goes to OpenApi
|
|
<feature
|
|
id="ui.commandLine.insertPath"
|
|
name="Insert path in command line"
|
|
tip-id="InsertPathShortcut"
|
|
first-show="6"
|
|
successive-show="5"
|
|
min-usage-count="3"
|
|
/>
|
|
-->
|
|
<feature id="navigation.popup.action"
|
|
tip-id="GoToAction"
|
|
first-show="7"
|
|
successive-show="3"
|
|
min-usage-count="1"/>
|
|
<feature id="find.recent.search"
|
|
tip-id="RecentSearch"
|
|
first-show="10"
|
|
successive-show="3"
|
|
min-usage-count="5"/>
|
|
<feature id="find.completion"
|
|
tip-id="CodeCompletionInSearch"
|
|
first-show="10"
|
|
successive-show="3"
|
|
min-usage-count="5"/>
|
|
</group>
|
|
</component>
|