Join Slack
Powered by
How can one create a "toast" in an intellij plugin...
# intellij-plugins
c
Colton Idle
07/12/2021, 9:53 PM
How can one create a "toast" in an intellij plugin like you see here
g
gildor
07/13/2021, 3:12 AM
Probably you can check it in source code of this plugin:
https://github.com/chashnikov/IntelliJ-presentation-assistant
gildor
07/13/2021, 3:13 AM
Looks that it an instance of JBPopup with custom settings:
https://github.com/chashnikov/IntelliJ-presentation-assistant/blob/master/src/org/nik/presentationAssistant/ActionInfoPanel.kt#L61-L68
👍 1
c
Colton Idle
07/13/2021, 4:16 AM
Thank yoU!
6
Views
Open in Slack
Previous
Next