summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-07-05 19:02:47 -0400
committerJordan Wiens <jordan@psifertex.com>2024-07-05 19:02:47 -0400
commit924a052f57df9a2049f4b8148658190b52b5ad05 (patch)
tree5e2811e430a8da69ba31ae9df6c1df2ec0d8b20d /docs/guide
parent64b879ce5e29423ef3ebd82b4db4877b95608070 (diff)
add tooltip docs
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 00925e04..58599011 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -778,6 +778,21 @@ definitions will be automatically resolved into one or more other variables. If
have been included as part of the same variable, use "Merge Variables..." from the context menu after splitting
to select which of the other definitions should be merged.
+## Tooltips
+
+![tooltip](../img/tooltip.png "Tooltip"){ width="800" }
+
+Tooltips show the destination of jumps, calls, or global data variables. In the case of a code target, the tooltip will
+show the same level of IL or disassembly, but the target will be rendered in graph view regardless of whether the source
+was a different view or not.
+
+If you wish to disable tooltips, you can unset the [`ui.manualTooltip`](https://docs.binary.ninja/guide/settings.html#ui.manualTooltip) setting.
+
+You can even navigate within the tooltip that pops up. First, hold the `Alt` or `Option` key on your keyboard and the
+tooltip will become sticky and not disappear when your mouse moves. You can then interact with the popup by clicking or
+mouse-wheeling. Shift-mouse-wheel will scroll horizontally.
+
+
## Script (Python) Console
![console](../img/console.png "Console"){ width="800" }