Move: Specify file name in command description
This commit is contained in:
+5
@@ -561,6 +561,11 @@ public class MoveKotlinTopLevelDeclarationsDialog extends RefactoringDialog {
|
|||||||
},
|
},
|
||||||
EmptyRunnable.INSTANCE
|
EmptyRunnable.INSTANCE
|
||||||
) {
|
) {
|
||||||
|
@Override
|
||||||
|
protected String getCommandName() {
|
||||||
|
return "Move " + sourceFile.getName();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void performRefactoring(UsageInfo[] usages) {
|
protected void performRefactoring(UsageInfo[] usages) {
|
||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
|
|||||||
Reference in New Issue
Block a user