[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: Register for shortcuts
|
- From: acereg@xxxxxxxxxxxx (ace)
- Date: Mon, 20 Mar 2006 12:19:56 +0000 (UTC)
- Newsgroups: eclipse.platform
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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