From 9ab1b0657ffba6a52a8208675586944ff2c6a50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 19 Oct 2022 10:12:01 +0200 Subject: [PATCH] notifications.md: "Got It" link to GotItTooltip replacing GotItMessage --- topics/user_interface_components/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/notifications.md b/topics/user_interface_components/notifications.md index 04957015f..e1b22cdc9 100644 --- a/topics/user_interface_components/notifications.md +++ b/topics/user_interface_components/notifications.md @@ -34,7 +34,7 @@ A commonly used UI implementation is [`EditorNotificationPanel`](%gh-ic%/platfor ### "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. ### Top-Level Notifications (Balloons)