From b2cd6a8a953e5fa3d96d31850bce00969ae0fa03 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Tue, 30 May 2023 19:04:38 -0700 Subject: Add setting to control the window used to run the project for the Android editor The follow options were added to the (new) `run/window_placement/android_window` editor setting: - `Same as Editor`: run the project in the same window as the editor - `Side-by-side with Editor`: run the project in an adjacent window to the editor - `Auto`: choose how to run the project based on the device screen size --- doc/classes/EditorSettings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/classes/EditorSettings.xml') diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index c66f43d51c..59a74b5cd1 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -697,6 +697,10 @@ 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 Android window to display the project on when starting the project from the editor. + [b]Note:[/b] Only available in the Android editor. + The window mode to use to display the project when starting the project from the editor. -- cgit v1.2.3