public interface AnnotationGutterActionProvider
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<AnnotationGutterActionProvider> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
AnAction |
createAction(FileAnnotation annotation)
Create an action that will be added to the annotation gutter popup.
|
static final ExtensionPointName<AnnotationGutterActionProvider> EP_NAME
AnAction createAction(FileAnnotation annotation)
annotation - annotation which is currently shown on the gutter.