Add checkbox to Diff toolbar

Answered

How do I add a checkbox action to the diff toolbar? Thanks

0
2 comments

You can create AnAction using `com.intellij.openapi.actionSystem.ex.CheckboxAction` and add it to the `Diff.ViewerToolbar` action group.

0

This works. Many Thanks!!

0

Please sign in to leave a comment.