mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-299725 Move common refactoring features to platform
GitOrigin-RevId: 0c65d4b61ad1133fb3af42833c09322f8dc28e65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
940e166ae0
commit
3d39aff1b3
@@ -1,43 +1,4 @@
|
||||
<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"
|
||||
|
||||
Reference in New Issue
Block a user