From 02003b1956aa818577cd7d92b5d5fc743cd1b6ac Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 17 Aug 2020 18:38:22 -0400 Subject: Add proper indentation guides --- binaryninjacore.h | 1 + ui/render.h | 1 + 2 files changed, 2 insertions(+) diff --git a/binaryninjacore.h b/binaryninjacore.h index a4ec806e..938ed0cb 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -261,6 +261,7 @@ extern "C" PossibleValueToken = 30, PossibleValueTypeToken = 31, ArrayIndexToken = 32, + IndentationToken = 33, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins CodeSymbolToken = 64, diff --git a/ui/render.h b/ui/render.h index 770326ab..5c05c4b6 100644 --- a/ui/render.h +++ b/ui/render.h @@ -60,6 +60,7 @@ class BINARYNINJAUIAPI RenderContext { QWidget* m_owner; FontParameters m_fontParams; + bool m_drawIndents; public: RenderContext(QWidget* parent, float fontScale = 1.0f); -- cgit v1.3.1