From f588991317880c52ce1cf6d8fd0aaafd4c815409 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 21 Oct 2024 17:34:47 -0400 Subject: add mention of popup xrefs to migration documentation --- docs/guide/migration/migrationguideghidra.md | 6 ++++++ docs/guide/migration/migrationguideida.md | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'docs/guide') diff --git a/docs/guide/migration/migrationguideghidra.md b/docs/guide/migration/migrationguideghidra.md index 88f32675..08062ea3 100644 --- a/docs/guide/migration/migrationguideghidra.md +++ b/docs/guide/migration/migrationguideghidra.md @@ -67,6 +67,12 @@ Common System Keybindings: Binary Ninja's layout is also a bit different from what you're used to in Ghidra, but thankfully Binary Ninja's UI is flexible enough to allow us to build something that will feel familiar. +## Cross-References + +![xref icon >](../../img/xref-icon.png "Xref Icon") + +If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. + ### Theme This doesn't exactly have to do with your layout, but it go a long way towards making the interface feel a bit more familiar. We have an expansive list of [community themes](https://github.com/Vector35/community-themes), and [a guide](../../dev/themes.md) and a [blog post](https://binary.ninja/2021/07/08/creating-great-themes.html) on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light. diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index d86b2ec6..318640b4 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -42,6 +42,12 @@ Some major exceptions are: - `H` to toggle to/from Hex View - `[TAB]` to toggle to/from disassembly +## Cross-References + +![xref icon >](../../img/xref-icon.png "Xref Icon") + +If you prefer the pop-up style cross-references from IDA or Ghidra, you can enable that behavior by right-clicking on the xref-icon and selecting "Window". Whenever you navigate from the window by double-clicking or pressing enter the main window will be focused. ESC can also be used to close the xref window. + ## Theme We like our dark themes, but understand they're not for everyone. We have an expansive list of [community themes](https://github.com/Vector35/community-themes), and [a guide](../../dev/themes.md) and a [blog post](https://binary.ninja/2021/07/08/creating-great-themes.html) on how to make your own. The built-in "Classic" theme should feel nostalgic, but if you're looking for a light theme that's slightly easier on the eyes, try out Summer or Solarized Light. -- cgit v1.3.1