-
I found theia now can toggle main menu and let it in the top of side panel, but I want to know if Theia has plans to support behavior like vscode. vscode will automatically shrink the main menu bar and display an ellipsis when the window is collapsed. Clicking on the ellipsis can display the collapsed menu through the context menu. I have tried to implement this function myself, but I encountered a problem. All menus are bound to the path |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
"vscode will automatically shrink the main menu bar and display an ellipsis when the window is collapsed. Clicking on the ellipsis can display the collapsed menu through the context menu." => I tried this and failed to get this behavior. Can you describe this more in detail, please? What exactly means "collapsed"? |
Beta Was this translation helpful? Give feedback.
I guess the place where to start looking would be browser-menu-factory, etc. Not sure how to realize such a feature, though. Native menus might be a challenge.