mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 04:25:21 +02:00
[cleanup] Add FIXME comment
This commit is contained in:
parent
01eb5c301e
commit
d3fa956593
1 changed files with 11 additions and 10 deletions
|
@ -52,6 +52,7 @@ public class SystemCascadingGoToAction extends SystemBaseSubMenuAction
|
|||
setMenuID(ISystemContextMenuConstants.MENU_GOTO);
|
||||
this.fSystemViewPart = systemViewPart;
|
||||
// something in ganymede m7 causes the actions of this menu to be lost, therefore must re-create each time
|
||||
// FIXME this looks like a hack
|
||||
setCreateMenuEachTime(true);
|
||||
setPopulateMenuEachTime(true);
|
||||
allowOnMultipleSelection(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue