Notification messages
Is it possible to show notification messages on toolbar icons(or for that matter anywhere in Idea)? I`m almost done with a cruisecontrol build status notification plugin. As a part of this I want to show a notification bubble message to a user whenever a build breaks. Something like what Windows shows when you are running low on diskspace.
Thanks in advance,
Akshay.
Please sign in to leave a comment.
Hello akshay,
There's an API for this in Demetra: WindowManager.getInstance().getStatusBar().fireNotificationPopup()
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
a> Is it possible to show notification messages on toolbar icons(or for
a> that matter anywhere in Idea)? I`m almost done with a cruisecontrol
a> build status notification plugin. As a part of this I want to show a
a> notification bubble message to a user whenever a build breaks.
a> Something like what Windows shows when you are running low on
a> diskspace.
a>
a> Thanks in advance,
a> Akshay.