diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-05-07 16:17:33 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-05-07 16:18:27 -0400 |
| commit | 18a1f4562c57422342a3b51652273d890f421258 (patch) | |
| tree | 50ecd43090454214e30a7903874feb9e547741a2 | |
| parent | 5312390612946444632405685813004245031133 (diff) | |
Add "Navigate to Matching Brace"
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index aee26547..476645b9 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -251,6 +251,7 @@ class BINARYNINJAUIAPI LinearView : public QAbstractScrollArea, public View, pub bool navigateToLine( FunctionRef func, uint64_t offset, size_t instrIndex, bool center, bool updateHighlight, bool navByRef = false); bool navigateToGotoLabel(uint64_t label); + bool navigateToMatchingBrace(); bool navigateToExternalLink(uint64_t linkSourceAddr); void viewData(); |
