summaryrefslogtreecommitdiff
path: root/doc/classes/EditorSettings.xml
diff options
context:
space:
mode:
authorgroud <gilles.roudiere@gmail.com>2018-09-18 14:02:59 +0200
committergroud <gilles.roudiere@gmail.com>2018-09-18 14:02:59 +0200
commit76b2ae8dc684d86904a28eb6568f68b88a8d59be (patch)
treefd5951c443ca54f4d5bd5374d7025f54f3eb4104 /doc/classes/EditorSettings.xml
parent59536b98b91751c524ad3560275ca8d5e4b9ac2a (diff)
Fixes favorites not updating and rename favorite_dirs to favorites
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-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">