Add icon to *.java files on editor view

Hello,

I would like to add a link on red zone on the screen, just like we have browser icons for *.html/xml files. How can I do that ?

Would be nice to have a list of Groups and a screenshot with reference , group - screenshot.



Thank you,

Aleksandr

0
2 comments

You can add actions to 'EditorContextBarMenu' action group (com.intellij.openapi.editor.impl.ContextMenuImpl.ACTION_GROUP) to achieve that.

1

Thank you, this is exectly what I was looking for.

0

Please sign in to leave a comment.