notifications.md: "Got It" link to GotItTooltip replacing GotItMessage

This commit is contained in:
Yann Cébron 2022-10-19 10:12:01 +02:00
parent 77c8eb9b9c
commit 9ab1b0657f

View File

@ -34,7 +34,7 @@ A commonly used UI implementation is [`EditorNotificationPanel`](%gh-ic%/platfor
### "Got It" Notification ### "Got It" Notification
Use to highlight important new/changed features via [`GotItMessage`](%gh-ic%/platform/platform-impl/src/com/intellij/ui/GotItMessage.java). Use to highlight important new/changed features via [`GotItTooltip`](%gh-ic%/platform/platform-impl/src/com/intellij/ui/GotItTooltip.kt).
See [Got It tooltip](https://jetbrains.design/intellij/controls/got_it_tooltip/) in IntelliJ Platform UI Guidelines for an overview. See [Got It tooltip](https://jetbrains.design/intellij/controls/got_it_tooltip/) in IntelliJ Platform UI Guidelines for an overview.
### Top-Level Notifications (Balloons) ### Top-Level Notifications (Balloons)