mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 13:15:44 +02:00
[232355] TVT34:TCT241: TVT FR - Go To menu item missing + Tooltip description for Go Into to be changed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232355
This commit is contained in:
parent
3a8b16dc11
commit
8fe810590d
1 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David Dykstal (IBM) - [232355] Go To menu item missing
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.actions;
|
package org.eclipse.rse.internal.ui.actions;
|
||||||
|
@ -51,8 +51,9 @@ public class SystemCascadingGoToAction extends SystemBaseSubMenuAction
|
||||||
super(SystemResources.ACTION_CASCADING_GOTO_LABEL, SystemResources.ACTION_CASCADING_GOTO_TOOLTIP, shell);
|
super(SystemResources.ACTION_CASCADING_GOTO_LABEL, SystemResources.ACTION_CASCADING_GOTO_TOOLTIP, shell);
|
||||||
setMenuID(ISystemContextMenuConstants.MENU_GOTO);
|
setMenuID(ISystemContextMenuConstants.MENU_GOTO);
|
||||||
this.fSystemViewPart = systemViewPart;
|
this.fSystemViewPart = systemViewPart;
|
||||||
setCreateMenuEachTime(false);
|
// something in ganymede m7 causes the actions of this menu to be lost, therefore must re-create each time
|
||||||
setPopulateMenuEachTime(false);
|
setCreateMenuEachTime(true);
|
||||||
|
setPopulateMenuEachTime(true);
|
||||||
allowOnMultipleSelection(false);
|
allowOnMultipleSelection(false);
|
||||||
setContextMenuGroup(ISystemContextMenuConstants.GROUP_GOTO);
|
setContextMenuGroup(ISystemContextMenuConstants.GROUP_GOTO);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue