diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-05-06 19:02:54 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-05-06 19:03:16 -0400 |
| commit | 26b0d8544a4db5915e1843ad705d3b64222d2f17 (patch) | |
| tree | 43051c41493217504e8eb9517c67fa7b2e90ee91 /docs | |
| parent | 6674992023316614773611132014859736534246 (diff) | |
Add Minimum Comment Spacing setting
Diffstat (limited to '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 0db7bc28..f1580263 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -360,6 +360,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |ui|Random Theme on Startup|Randomize the theme on application startup.|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.theme.randomize'>ui.theme.randomize</a>| |ui|Match Types by Substring|When changing a type in the change type dialog, if this setting is enabled all substrings will be matched instead of only startsWith style matching|`boolean`|`False`|[`SettingsUserScope`]|<a id='ui.types.substring'>ui.types.substring</a>| |ui|Comment Width|Maximum width of comment before wrapping, in characters. A value of 0x0 means no wrapping.|`number`|`80`|[`SettingsUserScope`]|<a id='ui.view.common.commentWidth'>ui.view.common.commentWidth</a>| +|ui|Minimum Comment Spacing|Minimum amount of characters from the beginning of line before showing comments|`number`|`0`|[`SettingsUserScope`]|<a id='ui.view.common.minimumCommentSpacing'>ui.view.common.minimumCommentSpacing</a>| |ui|Disassembly Width|Maximum width of disassembly output, in characters. Not used in cases where disassembly width is automatically calculated, e.g. Linear View.|`number`|`80`|[`SettingsUserScope`]|<a id='ui.view.common.disassemblyWidth'>ui.view.common.disassemblyWidth</a>| |ui|Maximum Symbol Name Length|Maximum allowed length of symbol names (in characters) before truncation is used.|`number`|`64`|[`SettingsUserScope`]|<a id='ui.view.common.maxSymbolWidth'>ui.view.common.maxSymbolWidth</a>| |ui|Graph View IL Carousel|Specify the IL view types and order for use with the 'Cycle IL' actions in Graph view.|`array`|[`Disassembly`, `HighLevelIL`, `LowLevelIL`, `MediumLevelIL`]|[`SettingsUserScope`]|<a id='ui.view.graph.carousel'>ui.view.graph.carousel</a>| |
