|
@@ -343,26 +343,26 @@
|
|
Select all the text.
|
|
Select all the text.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="set_line_as_hidden">
|
|
|
|
|
|
+ <method name="set_line">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="line" type="int">
|
|
<argument index="0" name="line" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="1" name="enable" type="bool">
|
|
|
|
|
|
+ <argument index="1" name="new_text" type="String">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- If [code]true[/code], hides the line of the specified index.
|
|
|
|
|
|
+ Sets the text for a specific line.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
- <method name="set_line">
|
|
|
|
|
|
+ <method name="set_line_as_hidden">
|
|
<return type="void">
|
|
<return type="void">
|
|
</return>
|
|
</return>
|
|
<argument index="0" name="line" type="int">
|
|
<argument index="0" name="line" type="int">
|
|
</argument>
|
|
</argument>
|
|
- <argument index="1" name="new_text" type="String">
|
|
|
|
|
|
+ <argument index="1" name="enable" type="bool">
|
|
</argument>
|
|
</argument>
|
|
<description>
|
|
<description>
|
|
- Sets the text for a specific line.
|
|
|
|
|
|
+ If [code]true[/code], hides the line of the specified index.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="toggle_fold_line">
|
|
<method name="toggle_fold_line">
|