Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Migrating platform actions to commands
Migrating platform actions to commands [message #1133129] Fri, 11 October 2013 16:27
Axel Guckelsberger is currently offline Axel GuckelsbergerFriend
Messages: 354
Registered: July 2009
Senior Member
Hi all,

in some plug-ins I am still using the obsolete extension point o.e.ui.actionSets. I wondered whether there exist possible commands to be replacing these already.

One of many possible examples is the main menu entry for cheat sheets:

	<extension point="org.eclipse.ui.actionSets">
		<actionSet label="%cheatsheet.CHEAT_SHEETS"
				   visible="true"
				   id="org.eclipse.ui.cheatsheets.actionSet">
			<action label="%cheatsheet.CHEAT_SHEETS_MENU"
				class="org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction"
				menubarPath="help/group.tutorials"
				id="org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction">
			</action>
		</actionSet>
	</extension> 


My general question: how do we get to know when we can migrate which actions? Is there a place in documentation where one can see for which actions there are corresponding commands available?

TIA,

Axel
Previous Topic:The error when exporting product
Next Topic:How do I get the project name which has been built
Goto Forum:
  


Current Time: Thu Apr 25 00:17:34 GMT 2024

Powered by FUDForum. Page generated in 0.03034 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top