Add checkbox to Diff toolbar
Answered
How do I add a checkbox action to the diff toolbar? Thanks
Please sign in to leave a comment.
You can create AnAction using `com.intellij.openapi.actionSystem.ex.CheckboxAction` and add it to the `Diff.ViewerToolbar` action group.
This works. Many Thanks!!