Add checkbox to Diff toolbar

已回答

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

0

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

请先登录再写评论。