[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: ActionProvider not getting called

I have created an action provider and used navigator content.But the action provider is invoked as soon as i just click on the file. I want it to happen when i right click and select copy as i want to override copy action.

My requirement is that when i select and copy diagram file and paste it. the corresponding model file should have automatically got copied and pasted along with diagram file. For this i am trying to override the copy action on a diagram file . Could you please help as to how could i achieve this.
It would be of great help if u you could suggest some alrady available plugin or example where i can perform this.