How to create floating button for refresh configuration from a file

已回答

Hello, I have some configuration files like build.gradle but for another program. I'm loading configuration from these files to my plugin.

My question is: How can I show the floating button like on the image below and then trigger some action after click?

0

See com.intellij.openapi.editor.toolbar.floating.FloatingToolbarProvider

1

请先登录再写评论。