Skip to content

Where to find the command IDs for Top Menu Bar in Theia #9577

Discussion options

You must be logged in to vote

@sboudreaux96 see which command paths are added to the MAIN_MENU_BAR path.

For example, File is:

export const FILE = [...MAIN_MENU_BAR, '1_file'];

and it is contributed by:

registry.registerSubmenu(CommonMenus.FILE, 'File');
registry.registerSubmenu(CommonMenus.EDIT, 'Edit');
registry.registerSubmenu(CommonMenus.VIEW, 'View');
registry.registerSubmenu(CommonMenus.HELP, 'Help');

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@sboudreaux96
Comment options

@vince-fugnitto
Comment options

@sboudreaux96
Comment options

@vince-fugnitto
Comment options

@sboudreaux96
Comment options

Answer selected by vince-fugnitto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants