From c80ab247b72e6cb0fb4734b6dd8541cde98e226d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 11 Jun 2020 09:52:13 +0200 Subject: [PATCH] doc: Sync classref with current source (cherry picked from commit fef49bff0ba219af9bdac903cbb3b6953cbc7b8b) --- doc/classes/LineEdit.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 59bad00f259..09296fb624a 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -41,7 +41,25 @@ - Erases the [LineEdit] text. + Erases the [LineEdit]'s [member text]. + + + + + + + Deletes one character at the cursor's current position (equivalent to pressing the [code]Delete[/code] key). + + + + + + + + + + + Deletes a section of the [member text] going from position [code]from_column[/code] to [code]to_column[/code]. Both parameters should be within the text's length.