Bind TextEdit.deselect and update documentation

This commit is contained in:
Rémi Verschelde
2017-12-16 20:34:16 +01:00
parent db22aec51a
commit d03f35f1bc
16 changed files with 262 additions and 12 deletions

View File

@@ -57,6 +57,16 @@
Returns an array with all [Script] objects which are currently open in editor.
</description>
</method>
<method name="open_script_create_dialog">
<return type="void">
</return>
<argument index="0" name="base_name" type="String">
</argument>
<argument index="1" name="base_path" type="String">
</argument>
<description>
</description>
</method>
</methods>
<signals>
<signal name="editor_script_changed">