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
请先登录再写评论。
You can add actions to 'EditorContextBarMenu' action group (com.intellij.openapi.editor.impl.ContextMenuImpl.ACTION_GROUP) to achieve that.
Thank you, this is exectly what I was looking for.