From 26b0d8544a4db5915e1843ad705d3b64222d2f17 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 6 May 2024 19:02:54 -0400 Subject: Add Minimum Comment Spacing setting --- docs/guide/settings.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/guide') 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`]|ui.theme.randomize| |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`]|ui.types.substring| |ui|Comment Width|Maximum width of comment before wrapping, in characters. A value of 0x0 means no wrapping.|`number`|`80`|[`SettingsUserScope`]|ui.view.common.commentWidth| +|ui|Minimum Comment Spacing|Minimum amount of characters from the beginning of line before showing comments|`number`|`0`|[`SettingsUserScope`]|ui.view.common.minimumCommentSpacing| |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`]|ui.view.common.disassemblyWidth| |ui|Maximum Symbol Name Length|Maximum allowed length of symbol names (in characters) before truncation is used.|`number`|`64`|[`SettingsUserScope`]|ui.view.common.maxSymbolWidth| |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`]|ui.view.graph.carousel| -- cgit v1.3.1