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