[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Cut/Copy/Paste of Diagram Files

Hi I have diagram and model files separately as 2 files. When i copy the diagram file, the model file should also get copied internally and pasted along with the diagram file.I am trying to do this from the package explorer view.
I have tried the plugin extension point="org.eclipse.ui.navigator.navigatorContent" and provide my own actionProvider class. But when i right click on the diagram file and select copy , the control does not come into my action provider class.


Is there any other simpler approach that can be used to achieve the cut/copy paste of diagram files.