How to create menu item like view-> toolbar
Answered
In view menu there is a item call toolbar. that can be select and de-select. when select right mark appear.
How can i make my menu item like that (select and de-select)
Please sign in to leave a comment.
Please check these:
https://github.com/JetBrains/intellij-community/blob/c0b4796d2de9a26d14466ddb8c3fb1e88c486eb2/platform/platform-impl/src/com/intellij/ide/actions/ViewToolbarAction.java#L24
https://github.com/JetBrains/intellij-community/blob/417010e6540243ff7943072c4ef17ed174d05b6d/platform/platform-api/src/com/intellij/openapi/actionSystem/ToggleAction.java#L28