How to register custom gutter icons to Editor > General > Gutter Icons?

已回答

Hello,

We are adding some custom gutter icons provided by our plugin. We would like to allow users to disable those gutter icons from Editor > General > Gutter Icons. In order to do this, do we need to register the gutter icons as a line marker provider per https://plugins.jetbrains.com/docs/intellij/line-marker-provider.html ?

Many Thanks
Scott Smith

0

See com.intellij.codeInsight.daemon.GutterIconDescriptor/com.intellij.codeInsight.daemon.LineMarkerProviderDescriptor

0

Thanks Yann, we didn't implement this yet but I think it's clear what we need to do.

Many Thanks
Scott Smith

0

请先登录再写评论。