diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:02:47 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-07-05 19:02:47 -0400 |
| commit | 924a052f57df9a2049f4b8148658190b52b5ad05 (patch) | |
| tree | 5e2811e430a8da69ba31ae9df6c1df2ec0d8b20d /docs | |
| parent | 64b879ce5e29423ef3ebd82b4db4877b95608070 (diff) | |
add tooltip docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 15 | ||||
| -rw-r--r-- | docs/img/tooltip.png | bin | 0 -> 123529 bytes |
2 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 + +{ 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 { width="800" } diff --git a/docs/img/tooltip.png b/docs/img/tooltip.png Binary files differnew file mode 100644 index 00000000..e0c97ec5 --- /dev/null +++ b/docs/img/tooltip.png |
