Move: Do not use "Search references" Java options when silently invoking Move refactoring for entire file. Default to true instead
This commit is contained in:
+1
-1
@@ -555,7 +555,7 @@ public class MoveKotlinTopLevelDeclarationsDialog extends RefactoringDialog {
|
||||
myProject,
|
||||
new PsiElement[] {sourceFile},
|
||||
targetDirectory,
|
||||
RefactoringSettings.getInstance().MOVE_SEARCH_FOR_REFERENCES_FOR_FILE,
|
||||
true,
|
||||
isSearchInComments(),
|
||||
isSearchInNonJavaFiles(),
|
||||
new MoveCallback() {
|
||||
|
||||
Reference in New Issue
Block a user