Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Adrian Boguszewski
Total activity
5
Last activity
August 04, 2024 18:03
Member since
July 30, 2024 21:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
July 30, 2024 21:16
You can also add a listener to the notification balloon:notification.balloon?.addListener(object : JBPopupListener { override fun onClosed(event: LightweightWindowEvent) { } })
Community
IntelliJ IDEA Open API and Plugin Development
Event when notification is closed (using "x" button)
0 votes
Edited
July 30, 2024 21:15
Implement the NotificationFullContent interface to have a full-size notification.
Community
IntelliJ IDEA Open API and Plugin Development
Notifications "stuck" and can't be closed anymore
0 votes