From b2471edf45dfc28adc0f47a7a2c30a5c0f240390 Mon Sep 17 00:00:00 2001 From: Slooth Date: Fri, 3 Jul 2020 06:44:34 -0500 Subject: [PATCH] Update TextEdit select and select_all methods --- doc/classes/TextEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index d72d684ebc8..294fafeb134 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -335,6 +335,7 @@ Perform selection, from line/column to line/column. + If [member selecting_enabled] is [code]false[/code], no selection will occur. @@ -342,6 +343,7 @@ Select all the text. + If [member selecting_enabled] is [code]false[/code], no selection will occur.