Bug 566099 - [improvement] add support for hide the main menu bar
Summary: [improvement] add support for hide the main menu bar
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.17   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-15 14:34 EDT by Gayan Perera CLA
Modified: 2020-08-16 12:09 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gayan Perera CLA 2020-08-15 14:34:19 EDT
Provide support to hide the main menu bar. This will give more space and nice zen mode feeling to eclipse ide. We could also implement a key binding to toggle the menu bar when needed.
Comment 1 Andrew Obuchowicz CLA 2020-08-15 19:35:24 EDT
I'm not sure how easily doable this would be, but I'd be +1 for this (even though I'm not sure how often I'd use it).
Comment 2 Rolf Theunissen CLA 2020-08-16 12:09:47 EDT
This should be as simple as toggling the visibility attribute of the main-menu. Toggling it with the model-spy shows that it doesn't propagate there, marking changing the toBeRendered flag does hide the main-menu bar.

The main-menu is still constructed using the E3 API, so I expect that changing the visibility using that API should work easy. All is needed is a handler, menu and shortcuts to toggle it.