|
@@ -912,14 +912,14 @@
|
|
<member name="run/auto_save/save_before_running" type="bool" setter="" getter="">
|
|
<member name="run/auto_save/save_before_running" type="bool" setter="" getter="">
|
|
If [code]true[/code], saves all scenes and scripts automatically before running the project. Setting this to [code]false[/code] prevents the editor from saving if there are no changes which can speed up the project startup slightly, but it makes it possible to run a project that has unsaved changes. (Unsaved changes will not be visible in the running project.)
|
|
If [code]true[/code], saves all scenes and scripts automatically before running the project. Setting this to [code]false[/code] prevents the editor from saving if there are no changes which can speed up the project startup slightly, but it makes it possible to run a project that has unsaved changes. (Unsaved changes will not be visible in the running project.)
|
|
</member>
|
|
</member>
|
|
- <member name="run/output/always_clear_output_on_play" type="bool" setter="" getter="">
|
|
|
|
- If [code]true[/code], the editor will clear the Output panel when running the project.
|
|
|
|
|
|
+ <member name="run/bottom_panel/action_on_play" type="int" setter="" getter="">
|
|
|
|
+ The action to execute on the bottom panel when running the project.
|
|
</member>
|
|
</member>
|
|
- <member name="run/output/always_close_output_on_stop" type="bool" setter="" getter="">
|
|
|
|
- If [code]true[/code], the editor will collapse the Output panel when stopping the project.
|
|
|
|
|
|
+ <member name="run/bottom_panel/action_on_stop" type="int" setter="" getter="">
|
|
|
|
+ The action to execute on the bottom panel when stopping the project.
|
|
</member>
|
|
</member>
|
|
- <member name="run/output/always_open_output_on_play" type="bool" setter="" getter="">
|
|
|
|
- If [code]true[/code], the editor will expand the Output panel when running the project.
|
|
|
|
|
|
+ <member name="run/output/always_clear_output_on_play" type="bool" setter="" getter="">
|
|
|
|
+ If [code]true[/code], the editor will clear the Output panel when running the project.
|
|
</member>
|
|
</member>
|
|
<member name="run/output/font_size" type="int" setter="" getter="">
|
|
<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]).
|
|
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]).
|