From d1a1ad127e03053a484fa71e1c36590d7e39ed95 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Wed, 30 Jun 2021 11:58:13 +0100 Subject: Move brace matching into CodeEdit --- doc/classes/CodeEdit.xml | 3 +++ doc/classes/TextEdit.xml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 1a6311c905..249334f416 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -420,6 +420,9 @@ Sets whether brace pairs should be autocompleted. + + Highlight mismatching brace pairs. + Sets the brace pairs to be autocompleted. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index cc5c36bbd3..0b0d3d14a3 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -798,8 +798,6 @@ Sets the background [Color] of this [TextEdit]. - - -- cgit v1.2.3