definitions search: distinguish show implementations and goto implementations

This commit is contained in:
Anna.Kozlova
2016-11-03 16:38:40 +01:00
parent 188a32d193
commit 9c7b1ab1c4
4 changed files with 47 additions and 10 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -73,6 +73,11 @@ public class ShowSiblingsAction extends ShowImplementationsAction {
}
}
@Override
protected boolean isSearchDeep() {
return true;
}
private void showSiblings(boolean invokedByShortcut,
@NotNull Project project,
Editor editor,