Command Save / Save Action not working ??? [message #89631] |
Fri, 23 May 2008 12:55 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Hi,
I added my whole menu through the extension point "org.eclipse.ui.menus".
This way the Save action does not work correctly as it does not have a
handler set. CloseAction and CloseAllAction works properly. I get the Save
to work, if I call
register( ActionFactory.SAVE.create( window ) );
in my ActionBarAdvisor, but that's not a good solution, I think.
Any suggestions, or am I missing something?
Regards,
Markus
|
|
|
Re: Command Save / Save Action not working ??? [message #89776 is a reply to message #89631] |
Sun, 25 May 2008 17:52 ![Go to previous message Go to previous message](theme/Solstice/images/up.png) |
Eclipse User![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=) |
|
|
|
Originally posted by: rherrmann.innoopract.com
Markus,
I gave this a quick try, but ended up with the same results as you
did. Maybe you should ask this on the PlatformUI newgroup.
Cheers,
Rüdiger
Markus Krüger wrote:
> Hi,
> I added my whole menu through the extension point "org.eclipse.ui.menus".
> This way the Save action does not work correctly as it does not have a
> handler set. CloseAction and CloseAllAction works properly. I get the Save
> to work, if I call
> register( ActionFactory.SAVE.create( window ) );
>
> in my ActionBarAdvisor, but that's not a good solution, I think.
>
> Any suggestions, or am I missing something?
>
> Regards,
>
> Markus
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02713 seconds