Update TextEdit select and select_all methods

(cherry picked from commit b2471edf45)
This commit is contained in:
Slooth 2020-07-03 06:44:34 -05:00 committed by Rémi Verschelde
parent 62677d7da1
commit c29da0e2fe
1 changed files with 2 additions and 0 deletions

View File

@ -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">