diff options
| author | Mason Reed <mason@vector35.com> | 2024-12-06 09:47:22 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-12-06 09:47:22 -0500 |
| commit | a371d925e2957c2dd7adf9722a803e7bf7fba4e1 (patch) | |
| tree | 8893dd2354f26840843e2e5cf35a0b798f484768 | |
| parent | 83533e7eb043e7def1d8c79af98be30b31bdad45 (diff) | |
Add `ui.view.symbols.hideExternalSymbols` to user docs
| -rw-r--r-- | docs/guide/settings.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md index d39dbec9..f7afbdcb 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -484,6 +484,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |ui|Display Raw Symbol Name|Display the original, unaltered name of a symbol as extracted from a load file. The name may be mangled.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.symbols.displayRawNames'>ui.view.symbols.displayRawNames</a>| |ui|Display Short Symbol Name|Display a shortened version of the full, human-readable representation of the symbol name.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.symbols.displayShortNames'>ui.view.symbols.displayShortNames</a>| |ui|Hide Auto Symbols|Hide all symbols that are not explicitly defined by a user.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.symbols.hideAutoSymbols'>ui.view.symbols.hideAutoSymbols</a>| +|ui|Hide External Symbols|Hide all external symbols in the symbols view.|`boolean`|`False`|[`SettingsUserScope`]| <a id='ui.view.symbols.hideExternalSymbols'>ui.view.symbols.hideExternalSymbols</a> | |ui|Symbols Hierarchy Mode|Enables hierarchical organization of symbols in the UI.|`boolean`|`True`|[`SettingsUserScope`]|<a id='ui.view.symbols.hierarchyMode'>ui.view.symbols.hierarchyMode</a>| |ui|Seamless Navigation|Enables uninterrupted navigation on item selection without losing focus.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.symbols.seamlessNavigation'>ui.view.symbols.seamlessNavigation</a>| |ui|Show Exported Data Variables|Show exported data variables in the symbols view.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.view.symbols.showExportedDataVariables'>ui.view.symbols.showExportedDataVariables</a>| |
