From 331e424b35fd667d23a376960587cf44722148d8 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 24 Feb 2021 14:42:41 -0500 Subject: Add Reflection view documentation to getting started guide. --- docs/getting-started.md | 18 ++++++++++++++++++ docs/img/reflection_controls.png | Bin 0 -> 35536 bytes docs/img/reflection_settings.png | Bin 0 -> 74443 bytes docs/img/reflection_view.png | Bin 0 -> 197127 bytes 4 files changed, 18 insertions(+) create mode 100644 docs/img/reflection_controls.png create mode 100644 docs/img/reflection_settings.png create mode 100644 docs/img/reflection_view.png (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index 313f144d..468b9f59 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -283,6 +283,24 @@ The function list also highlights imports, and functions identified with symbols ![console >](img/console.png "Console") +### Reflection View + +- View BNILs and assembly for the same file side-by-side + +![Reflection View >](img/reflection_view.png "Reflection View") + +- Settings to control the synchronization behavior + +![Reflection Settings >](img/reflection_settings.png "Reflection Settings") + +- Right Click the Function Header for quick access to synchronization mode changes + +![Reflection Controls >](img/reflection_controls.png "Reflection Controls") + +- Reflection currently presents in graph view only + +- When main view is linear, Mini Graph renders the Reflection View + ### Script (Python) Console The integrated script console is useful for small scripts that aren't worth writing as full plugins. diff --git a/docs/img/reflection_controls.png b/docs/img/reflection_controls.png new file mode 100644 index 00000000..f8d9733e Binary files /dev/null and b/docs/img/reflection_controls.png differ diff --git a/docs/img/reflection_settings.png b/docs/img/reflection_settings.png new file mode 100644 index 00000000..1b37bdfd Binary files /dev/null and b/docs/img/reflection_settings.png differ diff --git a/docs/img/reflection_view.png b/docs/img/reflection_view.png new file mode 100644 index 00000000..f0558438 Binary files /dev/null and b/docs/img/reflection_view.png differ -- cgit v1.3.1