summaryrefslogtreecommitdiff
path: root/doc/classes/TextEdit.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-11 13:23:39 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-05-11 13:23:39 +0200
commitbbdfc7353c3af72fcdf037ff10b8571aa2afc230 (patch)
tree9e5864b2263e1e48d935ca266f441a0aca759f1d /doc/classes/TextEdit.xml
parent39da96e4d638399c098e21b2c4fff6ddd7145c65 (diff)
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/TextEdit.xml')
-rw-r--r--doc/classes/TextEdit.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index bb2d355bf6..e553518b39 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -343,26 +343,26 @@
Select all the text.
</description>
</method>
- <method name="set_line_as_hidden">
+ <method name="set_line">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
- <argument index="1" name="enable" type="bool">
+ <argument index="1" name="new_text" type="String">
</argument>
<description>
- If [code]true[/code], hides the line of the specified index.
+ Sets the text for a specific line.
</description>
</method>
- <method name="set_line">
+ <method name="set_line_as_hidden">
<return type="void">
</return>
<argument index="0" name="line" type="int">
</argument>
- <argument index="1" name="new_text" type="String">
+ <argument index="1" name="enable" type="bool">
</argument>
<description>
- Sets the text for a specific line.
+ If [code]true[/code], hides the line of the specified index.
</description>
</method>
<method name="toggle_fold_line">