mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
line_marker_provider.md: GutterIconDescriptor
This commit is contained in:
parent
3940031f77
commit
ef974d2f49
@ -15,6 +15,8 @@ For this example, override the `collectNavigationMarkers()` method to collect us
|
||||
```java
|
||||
```
|
||||
{src="simple_language_plugin/src/main/java/org/intellij/sdk/language/SimpleLineMarkerProvider.java"}
|
||||
|
||||
Extending from [`GutterIconDescriptor`](upsource:///platform/lang-api/src/com/intellij/codeInsight/daemon/GutterIconDescriptor.java) allows configuring gutter icons to be shown via <menupath>Settings/Preferences | Editor | General | Gutter Icons</menupath>.
|
||||
|
||||
## Best Practices for Implementing Line Marker Providers
|
||||
This section addresses important details about implementing a marker provider.
|
||||
|
Loading…
x
Reference in New Issue
Block a user