mirror of
https://github.com/godotengine/godot.git
synced 2024-11-28 15:12:33 +00:00
Merge pull request #40086 from slooths/doc-update-select-methods
Update TextEdit select and select_all method descriptions
This commit is contained in:
commit
54ce2e9820
@ -335,6 +335,7 @@
|
|||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Perform selection, from line/column to line/column.
|
Perform selection, from line/column to line/column.
|
||||||
|
If [member selecting_enabled] is [code]false[/code], no selection will occur.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="select_all">
|
<method name="select_all">
|
||||||
@ -342,6 +343,7 @@
|
|||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Select all the text.
|
Select all the text.
|
||||||
|
If [member selecting_enabled] is [code]false[/code], no selection will occur.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_line">
|
<method name="set_line">
|
||||||
|
Loading…
Reference in New Issue
Block a user