You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ The setting will appear under the Quick Settings section in the Function Setting
426
426
||| enum: Split to new window and navigate|`enum`|`NewWindow`|||
427
427
|ui|Rainbow Braces|Colorize matching pairs of braces.|`boolean`|`True`|[`SettingsUserScope`]|<aid='ui.rainbowBraces'>ui.rainbowBraces</a>|
428
428
|ui|Recent Command Limit|Specify a limit for the recent command palette history.|`number`|`5`|[`SettingsUserScope`]|<aid='ui.recentCommandLimit'>ui.recentCommandLimit</a>|
429
-
|ui|New Tab Recent File Limit|Number of recent files shown on the new tab page. Set to 0 to hide the list (history is still preserved).|`number`|`10`|[`SettingsUserScope`]|<aid='ui.recentFileLimit'>ui.recentFileLimit</a>|
429
+
|ui|Recent File Display Limit|Number of recent files shown in recent file lists. Set to 0 to hide the list (history is still preserved).|`number`|`10`|[`SettingsUserScope`]|<aid='ui.recentFileLimit'>ui.recentFileLimit</a>|
430
430
|ui|Show Indentation Guides|Show indentation markers in linear high-level IL|`boolean`|`True`|[`SettingsUserScope`]|<aid='ui.renderIndentGuides'>ui.renderIndentGuides</a>|
431
431
|ui.experimental|Typelib Explorer|Enables Type Library Explorer tools. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|<aid='ui.experimental.typelibExplorer'>ui.experimental.typelibExplorer</a>|
432
432
|ui.experimental|Developer Tools|Enables Qt UI development tooling. Requires a restart and creates a new sidebar icon that can be enabled.|`boolean`|`False`|[`SettingsUserScope`]|<aid='ui.experimental.uiDeveloperTools'>ui.experimental.uiDeveloperTools</a>|
0 commit comments