[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to enable Ctrl+S

Search for keyword "keybinding".
And visit to this usefull resource http://www.magma.ca/~pollockd/despumate/bindingsHowTo.html.
"Save" action must be registered as global action. I was solving same problems in the following way:
getActionBarConfigurer().registerGlobalAction(
				ActionFactory.SELECT_ALL.create(getActionBarConfigurer()
						.getWindowConfigurer().getWindow()));
 

--
View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91950588.html