I know Eclipse automatically maps the About, Preferences and Quit actions to the Application Menu. But only quit has some problem(which is seems to be disabled but ⌘+Q working fine), other two are working fine.
In Application.e4xmi
Command id org.eclipse.ui.file.exit
Binding Table: KeyBinding M1+Q
Handler command is mapped to above mentioned quit command, ClassUri is mapped to QuitHandler
handledMenuItem is created with command mapped to same
The Quit menu is disabled unfortunately, but Cmd Q is working fine. Any suggestions to enable the Quit menu is appreciated.