Add note about RunLineMarkerContributor (#178)

This commit is contained in:
Chris 2019-06-18 11:12:41 +02:00 committed by Yann Cébron
parent f1a689c8d3
commit c439c0aa5d

View File

@ -88,3 +88,7 @@ The two main methods that you need to implement are:
Note that, in order to support automatic naming of configurations created from context, your configuration should use
[`LocatableConfigurationBase`](upsource:///platform/lang-api/src/com/intellij/execution/configurations/LocatableConfigurationBase.java) as the base class.
## Running from the gutter
Take a look at `RunLineMarkerContributor` and its implementations.