mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix for 202118, action to for include browser in call- and type-hierarchy.
This commit is contained in:
parent
eacf4ace70
commit
b5aff24da0
2 changed files with 2 additions and 0 deletions
|
@ -336,6 +336,7 @@ public class CHViewPart extends ViewPart {
|
||||||
fOpenViewActionGroup= new OpenViewActionGroup(this);
|
fOpenViewActionGroup= new OpenViewActionGroup(this);
|
||||||
fOpenViewActionGroup.setSuppressCallHierarchy(true);
|
fOpenViewActionGroup.setSuppressCallHierarchy(true);
|
||||||
fOpenViewActionGroup.setSuppressProperties(true);
|
fOpenViewActionGroup.setSuppressProperties(true);
|
||||||
|
fOpenViewActionGroup.setEnableIncludeBrowser(true);
|
||||||
fSelectionSearchGroup= new SelectionSearchGroup(getSite());
|
fSelectionSearchGroup= new SelectionSearchGroup(getSite());
|
||||||
fRefactoringActionGroup= new CRefactoringActionGroup(this);
|
fRefactoringActionGroup= new CRefactoringActionGroup(this);
|
||||||
|
|
||||||
|
|
|
@ -529,6 +529,7 @@ public class THViewPart extends ViewPart implements ITHModelPresenter {
|
||||||
fOpenViewActionGroup= new OpenViewActionGroup(this);
|
fOpenViewActionGroup= new OpenViewActionGroup(this);
|
||||||
fOpenViewActionGroup.setSuppressTypeHierarchy(true);
|
fOpenViewActionGroup.setSuppressTypeHierarchy(true);
|
||||||
fOpenViewActionGroup.setSuppressProperties(true);
|
fOpenViewActionGroup.setSuppressProperties(true);
|
||||||
|
fOpenViewActionGroup.setEnableIncludeBrowser(true);
|
||||||
fSelectionSearchGroup= new SelectionSearchGroup(getSite());
|
fSelectionSearchGroup= new SelectionSearchGroup(getSite());
|
||||||
fRefactoringActionGroup= new CRefactoringActionGroup(this);
|
fRefactoringActionGroup= new CRefactoringActionGroup(this);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue