We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1b4c5d + 30ad025 commit 575c321Copy full SHA for 575c321
doc/classes/TextEdit.xml
@@ -1361,7 +1361,8 @@
1361
Set additional options for BiDi override.
1362
</member>
1363
<member name="syntax_highlighter" type="SyntaxHighlighter" setter="set_syntax_highlighter" getter="get_syntax_highlighter">
1364
- Sets the [SyntaxHighlighter] to use.
+ The syntax highlighter to use.
1365
+ [b]Note:[/b] A [SyntaxHighlighter] instance should not be used across multiple [TextEdit] nodes.
1366
1367
<member name="text" type="String" setter="set_text" getter="get_text" default="""">
1368
String value of the [TextEdit].
0 commit comments