From a1ec654a143099eaac8c31cd2048a9c5c66967f3 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Tue, 8 Jun 2021 14:30:58 +0800 Subject: Add documentation for ui.view.types.defaultTypeFilter Make the type view filter displayed by default --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started.md') diff --git a/docs/getting-started.md b/docs/getting-started.md index c191c689..3b3ad851 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -762,6 +762,7 @@ Here's a list of all settings currently available from the UI: |ui|Reflection View IL Synchronization|Reflection view follows main view IL changes according to the Reflection View IL Map.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`]|ui.view.reflection.ilSync| |ui|Reflection View Location Synchronization|Reflection view follows navigation actions in the main view.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`]|ui.view.reflection.locationSync| |ui|TypeView Line Numbers|Controls the display of line numbers in the types view.|`boolean`|`True`|[`SettingsUserScope`]|ui.view.types.lineNumbers| +|ui|Default filter for types view|Default type filter to use in types view.|`enum`|`all`|[`SettingsUserScope`]|ui.view.types.defaultTypeFilter| |ui|File Path in Window Title|Controls whether the window title includes the full file path for the current file.|`boolean`|`False`|[`SettingsUserScope`]|ui.window.title.showPath| |updates|Active Content|Allow Binary Ninja to connect to the update server to check for updates and release notes.|`boolean`|`True`|[`SettingsUserScope`]|updates.activeContent| |updates|Update Channel Preferences|Select update channel and version.|`string`|`None`|[]|updates.channelPreferences| -- cgit v1.3.1