Merge pull request #40086 from slooths/doc-update-select-methods

Update TextEdit select and select_all method descriptions
This commit is contained in:
Rémi Verschelde 2020-07-03 15:36:46 +02:00 committed by GitHub
commit 54ce2e9820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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