mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Add note about RunLineMarkerContributor (#178)
This commit is contained in:
parent
f1a689c8d3
commit
c439c0aa5d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user