diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-03 15:36:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 15:36:46 +0200 |
commit | 54ce2e9820341fac48f78dd6e0f3a04a96f417cc (patch) | |
tree | 42779da792ce2f9934ca7616b292559f5b5ec5e7 /doc | |
parent | eaf15fd5a27eb1645cdf74611233a00ca3af5b93 (diff) | |
parent | b2471edf45dfc28adc0f47a7a2c30a5c0f240390 (diff) |
Merge pull request #40086 from slooths/doc-update-select-methods
Update TextEdit select and select_all method descriptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 374d50647b..5f0728d9e2 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -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"> |