mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 175759.
This commit is contained in:
parent
2dcc923f71
commit
50eb4ffbed
1 changed files with 5 additions and 0 deletions
|
@ -196,6 +196,11 @@ public class MainActionGroup extends CViewActionGroup {
|
|||
|
||||
openViewActionGroup.fillContextMenu(menu);
|
||||
crefactoringActionGroup.fillContextMenu(menu);
|
||||
|
||||
if (OpenIncludeAction.canActionBeAdded(celements)) {
|
||||
menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, openIncludeAction);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue