Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to enable the "Save" Command in the EMF Editor
How to enable the "Save" Command in the EMF Editor [message #671864] Thu, 19 May 2011 08:27 Go to next message
Soenke Brightside is currently offline Soenke BrightsideFriend
Messages: 41
Registered: January 2011
Member
Hi,

I guess this qustions belongs to the RCP section. So i will post this here.
How can i enable the Save-Command within my generated EMF Editor? Here is a screenshot:
index.php/fa/2774/0/

Thanks!

[Updated on: Thu, 19 May 2011 08:28]

Report message to a moderator

Re: How to enable the "Save" Command in the EMF Editor [message #671975 is a reply to message #671864] Thu, 19 May 2011 13:44 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

How are you adding the Save command to the File menu? In eclipse it works fine when we create/register it in the ActionBarAdvisor.

saveAction = ActionFactory.SAVE.create(window);
register(saveAction);


PW


Re: How to enable the "Save" Command in the EMF Editor [message #673316 is a reply to message #671975] Mon, 23 May 2011 08:22 Go to previous message
Soenke Brightside is currently offline Soenke BrightsideFriend
Messages: 41
Registered: January 2011
Member
Thank you, Paul. Works fine.
Previous Topic:Disable whole menu (not a separate menu item)
Next Topic:Missing Constraint when switching to JavaSE-1.5
Goto Forum:
  


Current Time: Mon Sep 23 04:42:05 GMT 2024

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

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

Back to the top