Enable command if mdpopups is available.
(self)
| 246 | ACTION = 'show_diff_popup' |
| 247 | |
| 248 | def is_enabled(self): |
| 249 | """Enable command if mdpopups is available.""" |
| 250 | return self.is_visible() and GitGutterBaseCommand.is_enabled(self) |
| 251 | |
| 252 | def is_visible(self): |
| 253 | """Show command in main menu only if mdpopups is available.""" |
nothing calls this directly
no test coverage detected