| [news.eclipse.platform.rcp] Re: Menu, commands, actions, and OSX |
Hi,
to use some commands, e.g. reset perspective you need to activate them via the ActionFactory. Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=283234
Best regards, Lars
[inside a <menuContribution> element]
<command commandId="org.eclipse.ui.file.exit">
<visibleWhen>
<not>
<systemTest property="os.name" value="Mac OS X">
</systemTest>
</not>
</visibleWhen>
</command>Best regards Marcus