[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Register for shortcuts

Ok, we found the solution in the com.sac.stsplugin.internal.ui.JavaPerspectiveFactory.

layout.addActionSet(IDebugUIConstants.LAUNCH_ACTION_SET);
layout.addActionSet(JavaUI.ID_ACTION_SET);
layout.addActionSet(JavaUI.ID_ELEMENT_CREATION_ACTION_SET);
layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET);


The last is responsible for make the navigation actions accessible in our perspective (e.g. CTRL+SHIFT+R).


hi :)

ace