From 2ad6e11b787fe03994197477033b62ac95cde762 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 29 Oct 2021 20:15:33 +0200 Subject: Don't store and show current file/directory/path FileDialog properties These properties are only useful at run-time, so they don't need to be displayed in the editor and stored. --- doc/classes/EditorFileDialog.xml | 6 +++--- doc/classes/FileDialog.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml index 79758281ac..65f8ddfb97 100644 --- a/doc/classes/EditorFileDialog.xml +++ b/doc/classes/EditorFileDialog.xml @@ -40,13 +40,13 @@ The location from which the user may select a file, including [code]res://[/code], [code]user://[/code], and the local file system. - + The currently occupied directory. - + The currently selected file. - + The file system path in the address bar. diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index fa43f97104..5e96158707 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -54,13 +54,13 @@ The file system access scope. See enum [code]Access[/code] constants. [b]Warning:[/b] Currently, in sandboxed environments such as HTML5 builds or sandboxed macOS apps, FileDialog cannot access the host file system. See [url=https://github.com/godotengine/godot-proposals/issues/1123]godot-proposals#1123[/url]. - + The current working directory of the file dialog. - + The currently selected file of the file dialog. - + The currently selected file path of the file dialog. -- cgit v1.2.3