1
0
Fork 0
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:
Martin Oberhuber 2008-05-20 18:08:42 +00:00
parent 01eb5c301e
commit d3fa956593

View file

@ -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);