Plugin to add a line marker in the gutter
I am simply trying to create a plugin which adds some kind of marker for a section of code in the gutter. This will be for the default editor and the diff editor.
Can someone provide a simple example which works? I don't need to navigate anywhere when the user clicks on the marker.
The examples that have been quoted in this forum previously are way too complicated or too old.
Thanks
Please sign in to leave a comment.
The samples from SDK Docs (https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples) are not "too old" and do work. What exactly is the problem?