From 9ec3e7f3d7ae7f9eaf5a1de29346c5e10b3af6f9 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Fri, 9 Jul 2021 12:42:55 +0100 Subject: Cleanup TextEdit selection methods --- doc/classes/TextEdit.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index ce25c8c7f4..088072b411 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -324,6 +324,13 @@ Returns a [String] text with the word under the caret location. + + + + + Returns [code]true[/code] if the user is has a selection. + + @@ -384,12 +391,6 @@ Returns if the given line is wrapped. - - - - Returns [code]true[/code] if the selection is active. - - @@ -469,6 +470,13 @@ If [member selecting_enabled] is [code]false[/code], no selection will occur. + + + + + Selects the word under the caret. + + -- cgit v1.2.3