Adding custom icons to editor margin with a plugin?

Hi,

I'd like to add a custom icon to the margin in the editor next to a line of code, just not quite sure which ui class I should be looking at to extend. The end goal is to be able to add an icon to the marin based on the code to indicate something about the code, same as the red breakpoint icon and others. Any tips on direction would be appreciated.

Thx!

1
Avatar
Permanently deleted user

In case it's helpful to someone else, the UI component is called a line marker and is documented here:

http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/line_marker_provider.html

1

请先登录再写评论。