mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Merge pull request #96954 from HolonProduction/highlighter-duplicate-docs
Docs: Add warning about sharing a syntax highlighter to `TextEdit`
This commit is contained in:
commit
575c3212c5
@ -1361,7 +1361,8 @@
|
||||
Set additional options for BiDi override.
|
||||
</member>
|
||||
<member name="syntax_highlighter" type="SyntaxHighlighter" setter="set_syntax_highlighter" getter="get_syntax_highlighter">
|
||||
Sets the [SyntaxHighlighter] to use.
|
||||
The syntax highlighter to use.
|
||||
[b]Note:[/b] A [SyntaxHighlighter] instance should not be used across multiple [TextEdit] nodes.
|
||||
</member>
|
||||
<member name="text" type="String" setter="set_text" getter="get_text" default="""">
|
||||
String value of the [TextEdit].
|
||||
|
Loading…
Reference in New Issue
Block a user