diff options
| author | Xusheng <xusheng@vector35.com> | 2021-06-08 14:30:58 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-06-10 15:16:17 +0800 |
| commit | a1ec654a143099eaac8c31cd2048a9c5c66967f3 (patch) | |
| tree | 45e6e14b4e93e7a6540da14101652107df9f3b75 /docs | |
| parent | 178d78b485b30bdb39872688459f5acc899943ce (diff) | |
Add documentation for ui.view.types.defaultTypeFilter
Make the type view filter displayed by default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 1 |
1 files changed, 1 insertions, 0 deletions
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`]|<a id='ui.view.reflection.ilSync'>ui.view.reflection.ilSync</a>| |ui|Reflection View Location Synchronization|Reflection view follows navigation actions in the main view.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsUserScope`]|<a id='ui.view.reflection.locationSync'>ui.view.reflection.locationSync</a>| |ui|TypeView Line Numbers|Controls the display of line numbers in the types view.|`boolean`|`True`|[`SettingsUserScope`]|<a id='ui.view.types.lineNumbers'>ui.view.types.lineNumbers</a>| +|ui|Default filter for types view|Default type filter to use in types view.|`enum`|`all`|[`SettingsUserScope`]|<a id='ui.view.types.defaultTypeFilter'>ui.view.types.defaultTypeFilter</a>| |ui|File Path in Window Title|Controls whether the window title includes the full file path for the current file.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.window.title.showPath'>ui.window.title.showPath</a>| |updates|Active Content|Allow Binary Ninja to connect to the update server to check for updates and release notes.|`boolean`|`True`|[`SettingsUserScope`]|<a id='updates.activeContent'>updates.activeContent</a>| |updates|Update Channel Preferences|Select update channel and version.|`string`|`None`|[]|<a id='updates.channelPreferences'>updates.channelPreferences</a>| |
