From 30ad025f8dcd61bbe029c6a82b93e86bb5fd073c Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Fri, 13 Sep 2024 11:55:12 +0200 Subject: [PATCH] Docs: Add warning about sharing a syntax highlighter to `TextEdit` --- doc/classes/TextEdit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 6505e48fb9a..9fada9db35e 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1361,7 +1361,8 @@ Set additional options for BiDi override. - Sets the [SyntaxHighlighter] to use. + The syntax highlighter to use. + [b]Note:[/b] A [SyntaxHighlighter] instance should not be used across multiple [TextEdit] nodes. String value of the [TextEdit].