Introduce Type Parameter: Disable shortcut (to avoid interference with IntelliJ API Watcher plugin)

This commit is contained in:
Alexey Sedunov
2016-10-19 14:50:13 +03:00
parent dc9c988287
commit 416569c2d2
-1
View File
@@ -146,7 +146,6 @@
<action id="IntroduceTypeParameter" class="org.jetbrains.kotlin.idea.refactoring.introduce.introduceTypeParameter.IntroduceTypeParameterAction"
text="T_ype Parameter...">
<keyboard-shortcut keymap="$default" first-keystroke="control alt shift Y"/>
<add-to-group group-id="IntroduceActionsGroup" anchor="after" relative-to-action="ExtractFunctionToScope"/>
</action>