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,
|
myProject,
|
||||||
new PsiElement[] {sourceFile},
|
new PsiElement[] {sourceFile},
|
||||||
targetDirectory,
|
targetDirectory,
|
||||||
RefactoringSettings.getInstance().MOVE_SEARCH_FOR_REFERENCES_FOR_FILE,
|
true,
|
||||||
isSearchInComments(),
|
isSearchInComments(),
|
||||||
isSearchInNonJavaFiles(),
|
isSearchInNonJavaFiles(),
|
||||||
new MoveCallback() {
|
new MoveCallback() {
|
||||||
|
|||||||
Reference in New Issue
Block a user