Copy: Support multiple classes in the same file

This commit is contained in:
Alexey Sedunov
2017-05-16 12:54:08 +03:00
parent 92446df14a
commit 4c1c1a989a
18 changed files with 275 additions and 42 deletions
+1 -1
View File
@@ -398,7 +398,7 @@
language="kotlin" />
<refactoring.copyHandler
id="kotlinClass"
implementation="org.jetbrains.kotlin.idea.refactoring.copy.CopyKotlinClassHandler"
implementation="org.jetbrains.kotlin.idea.refactoring.copy.CopyKotlinClassesHandler"
order="first" />
<refactoring.copyHandler
id="kotlinFile"