You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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:
@@ -335,6 +335,7 @@
|
||||
</argument>
|
||||
<description>
|
||||
Perform selection, from line/column to line/column.
|
||||
If [member selecting_enabled] is [code]false[/code], no selection will occur.
|
||||
</description>
|
||||
</method>
|
||||
<method name="select_all">
|
||||
@@ -342,6 +343,7 @@
|
||||
</return>
|
||||
<description>
|
||||
Select all the text.
|
||||
If [member selecting_enabled] is [code]false[/code], no selection will occur.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_line">
|
||||
|
||||
Reference in New Issue
Block a user