diff --git a/topics/ui/controls/got_it_tooltip.md b/topics/ui/controls/got_it_tooltip.md index 1e24a5860..72497e75e 100644 --- a/topics/ui/controls/got_it_tooltip.md +++ b/topics/ui/controls/got_it_tooltip.md @@ -172,17 +172,31 @@ Make the help text [short and descriptive](writing_short.md). Avoid using style formatting. It makes the tooltip harder to read. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](14_formatting_incorrect.png){width="341"} | ![](14_formatting_correct.png){width="341"} | + + + + + + + + + +
IncorrectCorrect
### Location Do **not** cover the information the user is currently working with. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](15_location_incorrect.png){width="509"} | ![](15_location_correct.png){width="509"} | + + + + + + + + + +
IncorrectCorrect
**Implementation:** See four predefined point providers in the [`GotItTooltip`](%gh-ic%/platform/platform-impl/src/com/intellij/ui/GotItTooltip.kt) class.