How to add Save As Image command [message #205576] |
Tue, 16 September 2008 09:11  |
Eclipse User |
|
|
|
Originally posted by: knakov.scopeset.de
Hi,
I know there is a CopyToImageAction which will show a wizard to export
the current diagram in an image file. Unfortunately I couldn't make it
work. I have added a dependency to
org.eclipse.gmf.runtime.diagram.ui.render.actions, but I can't create
the action since I don't know which is the best place to add it. Perhaps
I can add it in plugin.xml or somewhere in my WorkbenchWindowAdvisor,
but I don't know how. Can you help?
Thanks in advance,
Kalin
|
|
|
Re: How to add Save As Image command [message #210968 is a reply to message #205576] |
Wed, 12 November 2008 06:15  |
Eclipse User |
|
|
|
Hi Kalin,
You can add the dependency for
"org.eclipse.gmf.runtime.diagram.ui.render" in your plugin.xml: open it
and select the "Dependencies" tab, and then add this package under
Required Plug-ins.
Jevon
Kalin Nakov wrote:
> Hi,
>
> I know there is a CopyToImageAction which will show a wizard to export
> the current diagram in an image file. Unfortunately I couldn't make it
> work. I have added a dependency to
> org.eclipse.gmf.runtime.diagram.ui.render.actions, but I can't create
> the action since I don't know which is the best place to add it. Perhaps
> I can add it in plugin.xml or somewhere in my WorkbenchWindowAdvisor,
> but I don't know how. Can you help?
>
> Thanks in advance,
> Kalin
|
|
|
Powered by
FUDForum. Page generated in 0.03433 seconds