notifications.md: "Got It"

This commit is contained in:
Yann Cébron 2021-10-13 11:40:09 +02:00
parent deb605e76f
commit d3a93e544e

View File

@ -26,6 +26,10 @@ If no [index access](indexing_and_psi_stubs.md#dumb-mode) is required, it can im
A commonly used UI implementation is [`EditorNotificationPanel`](upsource:///platform/platform-api/src/com/intellij/ui/EditorNotificationPanel.java).
### "Got It" Notification
Use to highlight important new/changed features via [`GotItMessage`](upsource:///platform/platform-impl/src/com/intellij/ui/GotItMessage.java).See [Got It tooltip](https://jetbrains.design/intellij/controls/got_it_tooltip/) in IntelliJ Platform UI Guidelines for an overview.
### Top-Level Notifications (Balloons)
The most general way to display non-modal notifications is to use the [`Notifications`](upsource:///platform/platform-api/src/com/intellij/notification/Notifications.java) class.