mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +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);
|
setMenuID(ISystemContextMenuConstants.MENU_GOTO);
|
||||||
this.fSystemViewPart = systemViewPart;
|
this.fSystemViewPart = systemViewPart;
|
||||||
// something in ganymede m7 causes the actions of this menu to be lost, therefore must re-create each time
|
// 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);
|
setCreateMenuEachTime(true);
|
||||||
setPopulateMenuEachTime(true);
|
setPopulateMenuEachTime(true);
|
||||||
allowOnMultipleSelection(false);
|
allowOnMultipleSelection(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue