Add checkbox to Diff toolbar
已回答
How do I add a checkbox action to the diff toolbar? Thanks
请先登录再写评论。
You can create AnAction using `com.intellij.openapi.actionSystem.ex.CheckboxAction` and add it to the `Diff.ViewerToolbar` action group.
This works. Many Thanks!!