Skip to content

best way to hide menu, eg , Run, Terminal etc #13761

Closed Answered by icoco
icoco asked this question in Q&A
Discussion options

You must be logged in to vote

thanks for reply...

It works :

        menus.unregisterMenuAction(CommonMenus.HELP[CommonMenus.HELP.length - 1],  MAIN_MENU_BAR)
     
        menus.unregisterMenuAction(CommonMenus.FILE_OPEN[CommonMenus.FILE_OPEN.length - 1])
        menus.unregisterMenuAction("workspace:saveAs")
        menus.unregisterMenuAction("workspace:addFolder")
        menus.unregisterMenuAction("workspace:close") 

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tortmayr
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