Is your task related to a problem? Please describe.
Almost all applications that feature a menu bar have a certain set of entries, often times at the same places using the same names. If you specifically look for them but the functionality is somewhere else, this causes confusion. Furthermore, menu bar items should have accelerators (underlined characters that help to select the options using the keyboard) and display the corresponding key shortcut, like in basically any other application.
Example from Firefox:
Describe the solution you'd like
I would like to have the following standard menu bar entries:
File -> Exit (e.g. IntelliJ, Libreoffice, ...) or File -> Quit (e.g. Firefox). Shortcut should be Ctrl + Q
File -> Preferences or File -> Settings (Should open the dialog additional to or instead of the cog symbol)
Help -> Get help (or similar, should open the user guide)
Help -> About (should open the status box that is currently shown when clicking the questionmark icon)
Is your task related to a problem? Please describe. Almost all applications that feature a menu bar have a certain set of entries, often times at the same places using the same names. If you specifically look for them but the functionality is somewhere else, this causes confusion. Furthermore, menu bar items should have accelerators (underlined characters that help to select the options using the keyboard) and display the corresponding key shortcut, like in basically any other application.
Example from Firefox:
Describe the solution you'd like I would like to have the following standard menu bar entries: