mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
hack to allow ill-configured projects where libraries depend on project classes to find usages of these classes in libraries: IDEA-99773 Find usages CTRL-ALT-F7 does not have scope Project & Libraries anymore
This commit is contained in:
@@ -47,7 +47,7 @@ public class CommonFindUsagesDialog extends AbstractFindUsagesDialog {
|
||||
boolean isSingleFile,
|
||||
@NotNull FindUsagesHandler handler) {
|
||||
super(project, findUsagesOptions, toShowInNewTab, mustOpenInNewTab, isSingleFile, isTextSearch(element, isSingleFile, handler),
|
||||
!isSingleFile && !element.getManager().isInProject(element));
|
||||
true);
|
||||
myPsiElement = element;
|
||||
myHelpId = ObjectUtils.chooseNotNull(handler.getHelpId(), HelpID.FIND_OTHER_USAGES);
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user