diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-03 10:31:42 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-03 10:31:42 +0200 |
| commit | c968374caa010735f773d6c9e509e63430b381a1 (patch) | |
| tree | 4f5e9c35c3ac92312b3eb9427cc726491693fba3 /doc/classes | |
| parent | fa3ad278a15348a1837631491df599f80ab7d3ac (diff) | |
| parent | b823724e007bc3f505369b7d768373bbb8f503e6 (diff) | |
| download | redot-engine-c968374caa010735f773d6c9e509e63430b381a1.tar.gz | |
Merge pull request #91012 from TheSofox/editor-log-line-limit
Add line limit to Output Log in Editor
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/EditorSettings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 0c08dd3605..e2fabbd628 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -924,6 +924,9 @@ <member name="run/output/font_size" type="int" setter="" getter=""> The size of the font in the [b]Output[/b] panel at the bottom of the editor. This setting does not impact the font size of the script editor (see [member interface/editor/code_font_size]). </member> + <member name="run/output/max_lines" type="int" setter="" getter=""> + Maximum number of lines to show at any one time in the Output panel. + </member> <member name="run/platforms/linuxbsd/prefer_wayland" type="bool" setter="" getter=""> If [code]true[/code], on Linux/BSD, the editor will check for Wayland first instead of X11 (if available). </member> |
