From b799e5583acd40f62603305c8a6b2fb31dfca9e3 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Fri, 9 Jul 2021 13:40:05 +0100 Subject: Rename insert mode to overtype mode --- doc/classes/TextEdit.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 088072b411..7bf8520c1c 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -391,6 +391,13 @@ Returns if the given line is wrapped. + + + + + Gets if the user is in overtype mode. + + @@ -620,6 +627,15 @@ Sets OpenType feature [code]tag[/code]. More info: [url=https://docs.microsoft.com/en-us/typography/opentype/spec/featuretags]OpenType feature tags[/url]. + + + + + + + If [code]True[/code] set the user into overtype mode. When the user types it will override existing text. + + -- cgit v1.2.3