Misc: Cleanup "org.jetbrains.kotlin.idea.refactoring" package

This commit is contained in:
Alexey Sedunov
2015-12-17 19:08:58 +03:00
parent f745f27694
commit ad55c8fb96
140 changed files with 963 additions and 1078 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="ExtractMethod"/>
</action>
<action id="IntroduceProperty" class="org.jetbrains.kotlin.idea.refactoring.introduce.introduceVariable.IntroducePropertyAction"
<action id="IntroduceProperty" class="org.jetbrains.kotlin.idea.refactoring.introduce.introduceProperty.IntroducePropertyAction"
text="P_roperty..." use-shortcut-of="IntroduceField">
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="IntroduceField"/>
</action>