diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-13 12:35:50 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-08-13 12:35:50 +0200 |
commit | 592909db16d1914287883b60a3bdb66f5b86d971 (patch) | |
tree | 9b6b2b6faefaa205ae566a7f0062fa7fe3cc6f2e /doc/classes/EditorInterface.xml | |
parent | 5f1dce435471473642209123c42c5c730776bb54 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorInterface.xml')
-rw-r--r-- | doc/classes/EditorInterface.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index d55e810c9e..4f7a6d89a9 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -169,6 +169,22 @@ Selects the file, with the path provided by [code]file[/code], in the FileSystem dock. </description> </method> + <method name="set_distraction_free_mode"> + <return type="void"> + </return> + <argument index="0" name="enter" type="bool"> + </argument> + <description> + </description> + </method> + <method name="set_main_screen_editor"> + <return type="void"> + </return> + <argument index="0" name="name" type="String"> + </argument> + <description> + </description> + </method> <method name="set_plugin_enabled"> <return type="void"> </return> |