summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-20 18:32:13 +0200
committerGitHub <noreply@github.com>2018-09-20 18:32:13 +0200
commit69ee33896a98eb35f9110ddb87706691f4f99e96 (patch)
tree3bfd5f41f52ccf554723b195f1bbb2a5455fb965 /doc/classes
parent561a7772c628d0cf36bd925d68a98a767758345b (diff)
parent76b2ae8dc684d86904a28eb6568f68b88a8d59be (diff)
Merge pull request #21426 from groud/add_files_to_tree_view
Add files to tree view
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorSettings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml
index bd85075b7e..9d48669a6b 100644
--- a/doc/classes/EditorSettings.xml
+++ b/doc/classes/EditorSettings.xml
@@ -48,11 +48,11 @@
Erase a given setting (pass full property path).
</description>
</method>
- <method name="get_favorite_dirs" qualifiers="const">
+ <method name="get_favorites" qualifiers="const">
<return type="PoolStringArray">
</return>
<description>
- Get the list of favorite directories for this project.
+ Get the list of favorite files and directories for this project.
</description>
</method>
<method name="get_project_metadata" qualifiers="const">
@@ -122,13 +122,13 @@
<description>
</description>
</method>
- <method name="set_favorite_dirs">
+ <method name="set_favorites">
<return type="void">
</return>
<argument index="0" name="dirs" type="PoolStringArray">
</argument>
<description>
- Set the list of favorite directories for this project.
+ Set the list of favorite files and directories for this project.
</description>
</method>
<method name="set_initial_value">